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());
61 this->m_CycleOut_OutputPort[portNum].
addCallPort(port);
64 #if FW_PORT_SERIALIZATION
73 Fw::InputSerializePort* port
81 this->m_CycleOut_OutputPort[portNum].registerSerialPort(port);
92 Fw::PassiveComponentBase(compName)
125 return this->m_CycleOut_OutputPort[portNum].
isConnected();
142 this->m_CycleOut_OutputPort[portNum].
invoke(
#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
FwIndexType getNum_CycleOut_OutputPorts() const
void CycleOut_out(FwIndexType portNum, Os::RawTime &cycleStart)
Invoke output port CycleOut.
void set_CycleOut_OutputPort(FwIndexType portNum, Svc::InputCyclePort *port)
Connect port to CycleOut[portNum].
bool isConnected_CycleOut_OutputPort(FwIndexType portNum)
virtual ~LinuxTimerComponentBase()
Destroy LinuxTimerComponentBase object.
LinuxTimerComponentBase(const char *compName="")
Construct LinuxTimerComponentBase object.
void init()
Initialization function.
void invoke(Os::RawTime &cycleStart)
Invoke a port interface.
void addCallPort(InputCyclePort *callPort)
Register an input port.