![]() |
itpp_sci
1.0.0
it++ based simulation framework for scicoslab, scilab and scipy
|
Functions | |
| void | sci_if_copy_var (struct var_struct *p_s_v) |
| push data from c++ heap into sci_stack More... | |
| void | sci_if_delete_var (struct var_struct *p_s_v) |
| remove data from c++ heap More... | |
| void * | sci_if_create (int mod) |
| interface between sci_cpp and sci_stack More... | |
| void | sci_if_set (void *p_sci, int param, struct var_struct *p_s_v) |
| interface between sci_cpp and sci_stack More... | |
| struct var_struct | sci_if_get (void *p_sci, int param) |
| interface between sci_cpp and sci_stack More... | |
| void | sci_if_exec (void *p_sci, int command) |
| interface between sci_cpp and sci_stack More... | |
| struct var_struct | sci_if_gen (void *p_sci, struct var_struct *p_s_ce) |
| interface between sci_cpp and sci_stack More... | |
| struct var_struct | sci_if_proc (void *p_sci, struct var_struct *p_s_ce, struct var_struct *p_s_x) |
| interface between sci_cpp and sci_stack More... | |
| void | sci_if_destroy (void *p_sci) |
| interface between sci_cpp and sci_stack More... | |
| void sci_if_copy_var | ( | struct var_struct * | p_s_v | ) |
push data from c++ heap into sci_stack
copy data from c++ heap into the stack
| void* sci_if_create | ( | int | mod | ) |
interface between sci_cpp and sci_stack
| void sci_if_delete_var | ( | struct var_struct * | p_s_v | ) |
remove data from c++ heap
delete object at c++ heap
| void sci_if_destroy | ( | void * | p_sci | ) |
interface between sci_cpp and sci_stack
| void sci_if_exec | ( | void * | p_sci, |
| int | command | ||
| ) |
interface between sci_cpp and sci_stack
| struct var_struct sci_if_gen | ( | void * | p_sci, |
| struct var_struct * | p_s_ce | ||
| ) |
interface between sci_cpp and sci_stack
| struct var_struct sci_if_get | ( | void * | p_sci, |
| int | param | ||
| ) |
interface between sci_cpp and sci_stack
| struct var_struct sci_if_proc | ( | void * | p_sci, |
| struct var_struct * | p_s_ce, | ||
| struct var_struct * | p_s_x | ||
| ) |
interface between sci_cpp and sci_stack
| void sci_if_set | ( | void * | p_sci, |
| int | param, | ||
| struct var_struct * | p_s_v | ||
| ) |
interface between sci_cpp and sci_stack
1.8.9.1