6 #ifndef SCI_INT2BIN_HPP
7 #define SCI_INT2BIN_HPP
9 #include "sci\_sci_base.hpp"
10 #include "sim\sim_int2bin.hpp"
43 void set(
int param,
sci_var* p_v);
45 void exec(
int command);
50 #endif //SCI_BIN2INT_HPP
void destroy()
destroy SCI object
Definition: sci_int2bin.hpp:39
integer to binary converter - wrapper for a SIM::int2bin Core function: SCI::sci_int2bin.proc()
Definition: sci_int2bin.hpp:28
SIM layer implements low level simulation models with itpp base classes as operational types...
Definition: sim_amp.hpp:15
virtual base class SCI_API API functions
Definition: _sci_base.hpp:40
Definition: _sci_assert.cpp:35
SCI layer implements SCI_API interface as wrappers for SIM layer models.
Definition: _sci_create_sci_var.cpp:8
Abstract base for encapsulation of sci_variables.
Definition: _sci_var.hpp:23
sci_int2bin * create(int sci_type)
Definition: sci_int2bin.hpp:35
binary to integer converter Core function SIM::int2bin.process()
Definition: sim_int2bin.hpp:21