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());
79 static_cast<FwAssertArgType>(portNum)
82 return &this->m_CycleIn_InputPort[portNum];
97 static_cast<FwAssertArgType>(portNum)
100 this->m_CycleOut_OutputPort[portNum].
addCallPort(port);
103 #if FW_PORT_SERIALIZATION 112 Fw::InputSerializePort* port
117 static_cast<FwAssertArgType>(portNum)
120 this->m_CycleOut_OutputPort[portNum].registerSerialPort(port);
131 Fw::PassiveComponentBase(compName)
171 static_cast<FwAssertArgType>(portNum)
174 return this->m_CycleOut_OutputPort[portNum].
isConnected();
192 static_cast<FwAssertArgType>(portNum)
214 static_cast<FwAssertArgType>(portNum)
216 this->m_CycleOut_OutputPort[portNum].
invoke(
225 void RateGroupDriverComponentBase ::
virtual ~RateGroupDriverComponentBase()
Destroy RateGroupDriverComponentBase object.
void set_CycleOut_OutputPort(FwIndexType portNum, Svc::InputCyclePort *port)
Connect port to CycleOut[portNum].
PlatformIndexType FwIndexType
FwIndexType getNum_CycleIn_InputPorts() const
void init()
Object initializer.
virtual void CycleIn_handler(FwIndexType portNum, Os::RawTime &cycleStart)=0
Handler for input port CycleIn.
void addCallPort(InputCyclePort *callPort)
Register an input port.
Auto-generated base for RateGroupDriver component.
void CycleOut_out(FwIndexType portNum, Os::RawTime &cycleStart)
Invoke output port CycleOut.
FwIndexType getNum_CycleOut_OutputPorts() const
void CycleIn_handlerBase(FwIndexType portNum, Os::RawTime &cycleStart)
Handler base-class function for input port CycleIn.
const char * toChar() const
bool isConnected_CycleOut_OutputPort(FwIndexType portNum)
Svc::InputCyclePort * get_CycleIn_InputPort(FwIndexType portNum)
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
RateGroupDriverComponentBase(const char *compName="")
Construct RateGroupDriverComponentBase object.
void init()
Initialization function.
#define PRI_PlatformIntType
#define FW_NUM_ARRAY_ELEMENTS(a)
number of elements in an array
void invoke(Os::RawTime &cycleStart) const
Invoke a port interface.