10 #if FW_ENABLE_TEXT_LOGGING
32 this->m_CycleIn_InputPort[port].
init();
37 this->m_CycleIn_InputPort[port].
setPortNum(port);
39 #if FW_OBJECT_NAMES == 1
43 this->m_objName.toChar(),
46 this->m_CycleIn_InputPort[port].setObjName(portName.
toChar());
56 this->m_CycleOut_OutputPort[port].
init();
58 #if FW_OBJECT_NAMES == 1
62 this->m_objName.toChar(),
65 this->m_CycleOut_OutputPort[port].setObjName(portName.
toChar());
82 return &this->m_CycleIn_InputPort[portNum];
100 this->m_CycleOut_OutputPort[portNum].
addCallPort(port);
103 #if FW_PORT_SERIALIZATION
112 Fw::InputSerializePort* port
120 this->m_CycleOut_OutputPort[portNum].registerSerialPort(port);
131 Fw::PassiveComponentBase(compName)
174 return this->m_CycleOut_OutputPort[portNum].
isConnected();
216 this->m_CycleOut_OutputPort[portNum].
invoke(
225 void RateGroupDriverComponentBase ::
#define FW_NUM_ARRAY_ELEMENTS(a)
number of elements in an array
#define PRI_PlatformIntType
PlatformAssertArgType FwAssertArgType
PlatformIndexType FwIndexType
void init()
Object initializer.
const char * toChar() const
void format(const CHAR *formatString,...)
write formatted string to buffer
void init()
Initialization function.
void invoke(Os::RawTime &cycleStart)
Invoke a port interface.
void addCallPort(InputCyclePort *callPort)
Register an input port.
Auto-generated base for RateGroupDriver component.
FwIndexType getNum_CycleOut_OutputPorts() const
virtual void CycleIn_handler(FwIndexType portNum, Os::RawTime &cycleStart)=0
Handler for input port CycleIn.
FwIndexType getNum_CycleIn_InputPorts() const
void CycleIn_handlerBase(FwIndexType portNum, Os::RawTime &cycleStart)
Handler base-class function for input port CycleIn.
RateGroupDriverComponentBase(const char *compName="")
Construct RateGroupDriverComponentBase object.
void CycleOut_out(FwIndexType portNum, Os::RawTime &cycleStart)
Invoke output port CycleOut.
virtual ~RateGroupDriverComponentBase()
Destroy RateGroupDriverComponentBase object.
Svc::InputCyclePort * get_CycleIn_InputPort(FwIndexType portNum)
void set_CycleOut_OutputPort(FwIndexType portNum, Svc::InputCyclePort *port)
Connect port to CycleOut[portNum].
bool isConnected_CycleOut_OutputPort(FwIndexType portNum)