6 #ifndef SCI_CIRCBUFF_X_HPP
7 #define SCI_CIRCBUFF_X_HPP
9 #include "sci\_sci_base.hpp"
10 #include "sim\sim_circbuff_x.hpp"
42 void set(
int param,
sci_var* p_v);
44 void exec(
int command);
51 #endif //SCI_CIRCBUFF_X_HPP
complex circular buffer - wrapper for a SIM::circbuff_x Core functions: SCI::sci_cirbuff_x.proc(), SCI::sci_cirbuff_x.gen()
Definition: sci_circbuff_x.hpp:25
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
sci_circbuff_x * create(int sci_type)
Definition: sci_circbuff_x.hpp:32
void destroy()
destroy SCI object
Definition: sci_circbuff_x.hpp:37
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
complex circular buffer Core functions SIM::circbuff_x.process() SIM::circbuff_x.generate()
Definition: sim_circbuff_x.hpp:25