12 #include "_sci_if_var_struct.h"
21 #define SCI_ERR_MSG_LEN 1024
24 void sci_if_err_set(
int e);
26 void sci_if_err_msg_set(
const char *p_msg);
28 void sci_if_info_set(
int i);
31 void sci_if_copy_var(
struct var_struct *p_s_v);
33 void sci_if_delete_var(
struct var_struct *p_s_v);
36 void * sci_if_create(
int mod);
38 void sci_if_set(
void *p_sci,
int param,
struct var_struct *p_s_v);
40 struct var_struct sci_if_get(void *p_sci,
int param);
42 void sci_if_exec(
void *p_sci,
int command);
44 struct var_struct sci_if_gen(void *p_sci,
struct var_struct* p_s_ce);
46 struct var_struct sci_if_proc(void *p_sci,
struct var_struct* p_s_ce,
struct var_struct* p_s_x);
48 void sci_if_destroy(
void *p_sci);
51 #endif // #ifndef SCI_IFCPP_H