9 #if FW_ENABLE_TEXT_LOGGING 26 #if !FW_DIRECT_PORT_CALLS 33 this->m_CycleIn_InputPort[port].
init();
38 this->m_CycleIn_InputPort[port].
setPortNum(port);
40 #if FW_OBJECT_NAMES == 1 44 this->m_objName.toChar(),
47 this->m_CycleIn_InputPort[port].setObjName(portName.
toChar());
52 #if !FW_DIRECT_PORT_CALLS 59 this->m_CycleOut_OutputPort[port].
init();
61 #if FW_OBJECT_NAMES == 1 65 this->m_objName.toChar(),
68 this->m_CycleOut_OutputPort[port].setObjName(portName.
toChar());
74 #if !FW_DIRECT_PORT_CALLS 85 static_cast<FwAssertArgType>(portNum)
88 return &this->m_CycleIn_InputPort[portNum];
93 #if !FW_DIRECT_PORT_CALLS 107 static_cast<FwAssertArgType>(portNum)
110 this->m_CycleOut_OutputPort[portNum].
addCallPort(port);
115 #if !FW_DIRECT_PORT_CALLS && FW_PORT_SERIALIZATION 124 Fw::InputSerializePort* port
129 static_cast<FwAssertArgType>(portNum)
132 this->m_CycleOut_OutputPort[portNum].registerSerialPort(port);
143 Fw::PassiveComponentBase(compName)
154 #if !FW_DIRECT_PORT_CALLS 165 static_cast<FwAssertArgType>(portNum)
168 return this->m_CycleOut_OutputPort[portNum].
isConnected();
188 static_cast<FwAssertArgType>(portNum)
198 #if !FW_DIRECT_PORT_CALLS 212 static_cast<FwAssertArgType>(portNum)
216 this->m_CycleOut_OutputPort[portNum].isConnected(),
217 static_cast<FwAssertArgType>(portNum)
219 this->m_CycleOut_OutputPort[portNum].
invoke(
230 void RateGroupDriverComponentBase ::
bool isConnected_CycleOut_OutputPort(FwIndexType portNum) const
virtual ~RateGroupDriverComponentBase()
Destroy RateGroupDriverComponentBase object.
void set_CycleOut_OutputPort(FwIndexType portNum, Svc::InputCyclePort *port)
Connect port to CycleOut[portNum].
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 CycleIn_handlerBase(FwIndexType portNum, Os::RawTime &cycleStart)
Handler base-class function for input port CycleIn.
const char * toChar() const
Convert to a C-style char*.
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.
static constexpr FwIndexType getNum_CycleIn_InputPorts()
PlatformIndexType FwIndexType
RateGroupDivider component implementation.
void CycleOut_out(FwIndexType portNum, Os::RawTime &cycleStart) const
Invoke output port CycleOut.
void invoke(Os::RawTime &cycleStart) const
Invoke a port connection.
Implementation of malloc based allocator.
static constexpr FwIndexType getNum_CycleOut_OutputPorts()