69 CDemux(std::string sSimObjectName, ISimObjectCreator* pCreator);
73 void OdeFcn(
const double dT,
const double*
const adX,
double*
const adXDot,
const bool bIsMajorTimeStep) { }
75 const double* Output(
const double T,
const double*
const X,
const int Index);
77#ifdef FH_VISUALIZATION
79 virtual void RenderInit(Ogre::Root*
const ogreRoot, ISimObjectCreator*
const creator) { }
82 virtual void RenderUpdate(
const double T,
const double*
const X) { }
CDemux(std::string sSimObjectName, ISimObjectCreator *pCreator)
The constructor sets the pointer to the output object and the parser object.
int m_iNumOutput
The number of input ports.
Definition: CDemux.h:92
int m_inputWidth
The width of the Demux object input and output ports.
Definition: CDemux.h:93