![]() |
itpp_sci
1.0.0
it++ based simulation framework for scicoslab, scilab and scipy
|
Go to the source code of this file.
Namespaces | |
| SCI | |
| SCI layer implements SCI_API interface as wrappers for SIM layer models. | |
Functions | |
| void | SCI::sci_var_value_get (sci_var *p_v, double *p_double) |
| void | SCI::sci_var_value_get (sci_var *p_v, vec *p_vec) |
| void | SCI::sci_var_value_get (sci_var *p_v, mat *p_mat) |
| void | SCI::sci_var_value_get (sci_var *p_v, int *p_int) |
| void | SCI::sci_var_value_get (sci_var *p_v, ivec *p_ivec) |
| void | SCI::sci_var_value_get (sci_var *p_v, imat *p_imat) |
| void | SCI::sci_var_value_get (sci_var *p_v, bool *p_bool) |
| void | SCI::sci_var_value_get (sci_var *p_v, bvec *p_bvec) |
| void | SCI::sci_var_value_get (sci_var *p_v, bmat *p_bmat) |
| void | SCI::sci_var_value_get (sci_var *p_v, complex< double > *p_complex) |
| void | SCI::sci_var_value_get (sci_var *p_v, cvec *p_cvec) |
| void | SCI::sci_var_value_get (sci_var *p_v, cmat *p_cmat) |
| sci_base * | SCI::EMU_SCI_CREATE (int sci_type) |
| |
| void | SCI::EMU_SCI_EXEC (sci_base *p_dev, int sci_command) |
| |
| void | SCI::EMU_SCI_DESTROY (sci_base *p_dev) |
| |
| template<class P > | |
| void | SCI::EMU_SCI_SET (sci_base *p_dev, int sci_param, P param) |
| |
| template<class P > | |
| P | SCI::EMU_SCI_GET (sci_base *p_dev, int sci_param) |
| |
| template<class Y , class CE > | |
| Y | SCI::EMU_SCI_GEN (sci_base *p_dev, CE v_ce) |
| |
| template<class Y , class CE , class X > | |
| Y | SCI::EMU_SCI_PROC (sci_base *p_dev, CE v_ce, X v_x) |
| |
1.8.9.1