Go to the documentation of this file.00001
00008 #ifndef HPLACER_H
00009 #define HPLACER_H
00010
00011
00012 #include "hstructures.h"
00013
00014
00021 int hplacer_set_icapdevice(const char* device);
00022
00030 int hplacer_set_bitfilespath(const char* path);
00031
00039 char* hplacer_create_full_bitfilename(struct hprocess* process);
00040
00046 int hplacer_interrupt_process(struct hprocess* process);
00047
00053 int hplacer_start_process(struct hprocess* process);
00054
00062 int hplacer_save_state(struct hprocess* process);
00063
00071 int hplacer_load_state(struct hprocess* process);
00072
00078 int hplacer_load_process(struct hprocess* process);
00079
00080
00081 #endif
00082