10 #if FW_ENABLE_TEXT_LOGGING 32 this->m_CycleOut_OutputPort[port].
init();
34 #if FW_OBJECT_NAMES == 1 38 this->m_objName.toChar(),
41 this->m_CycleOut_OutputPort[port].setObjName(portName.
toChar());
58 static_cast<FwAssertArgType>(portNum)
61 this->m_CycleOut_OutputPort[portNum].
addCallPort(port);
64 #if FW_PORT_SERIALIZATION 73 Fw::InputSerializePort* port
78 static_cast<FwAssertArgType>(portNum)
81 this->m_CycleOut_OutputPort[portNum].registerSerialPort(port);
92 Fw::PassiveComponentBase(compName)
122 static_cast<FwAssertArgType>(portNum)
125 return this->m_CycleOut_OutputPort[portNum].
isConnected();
140 static_cast<FwAssertArgType>(portNum)
142 this->m_CycleOut_OutputPort[portNum].
invoke(
void CycleOut_out(FwIndexType portNum, Os::RawTime &cycleStart)
Invoke output port CycleOut.
PlatformIndexType FwIndexType
void init()
Object initializer.
virtual ~LinuxTimerComponentBase()
Destroy LinuxTimerComponentBase object.
void addCallPort(InputCyclePort *callPort)
Register an input port.
LinuxTimerComponentBase(const char *compName="")
Construct LinuxTimerComponentBase object.
const char * toChar() const
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
void init()
Initialization function.
bool isConnected_CycleOut_OutputPort(FwIndexType portNum)
#define PRI_PlatformIntType
FwIndexType getNum_CycleOut_OutputPorts() const
#define FW_NUM_ARRAY_ELEMENTS(a)
number of elements in an array
void set_CycleOut_OutputPort(FwIndexType portNum, Svc::InputCyclePort *port)
Connect port to CycleOut[portNum].
void invoke(Os::RawTime &cycleStart) const
Invoke a port interface.