itpp_sci  1.0.0
it++ based simulation framework for scicoslab, scilab and scipy
Namespaces | Functions
_sci_emu.hpp File Reference

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_baseSCI::EMU_SCI_CREATE (int sci_type)
 
  • emulation of scilab syntax
More...
 
void SCI::EMU_SCI_EXEC (sci_base *p_dev, int sci_command)
 
  • emulation of scilab syntax
More...
 
void SCI::EMU_SCI_DESTROY (sci_base *p_dev)
 
  • emulation of scilab syntax
More...
 
template<class P >
void SCI::EMU_SCI_SET (sci_base *p_dev, int sci_param, P param)
 
  • emulation of scilab syntax by templated function
More...
 
template<class P >
SCI::EMU_SCI_GET (sci_base *p_dev, int sci_param)
 
  • emulation of scilab syntax by templated function
More...
 
template<class Y , class CE >
SCI::EMU_SCI_GEN (sci_base *p_dev, CE v_ce)
 
  • emulation of scilab syntax by templated function
More...
 
template<class Y , class CE , class X >
SCI::EMU_SCI_PROC (sci_base *p_dev, CE v_ce, X v_x)
 
  • emulation of scilab syntax by templated function
More...