11#if FW_ENABLE_TEXT_LOGGING
21 void PosixTimeComponentBase ::
30 port < static_cast<PlatformIntType>(this->getNum_timeGetPort_InputPorts());
33 this->m_timeGetPort_InputPort[port].init();
34 this->m_timeGetPort_InputPort[port].addCallComp(
38 this->m_timeGetPort_InputPort[port].setPortNum(port);
40#if FW_OBJECT_NAMES == 1
47 char portName[2*FW_OBJ_NAME_MAX_SIZE];
55 this->m_timeGetPort_InputPort[port].setObjName(portName);
21 void PosixTimeComponentBase :: {
…}
68 portNum < this->getNum_timeGetPort_InputPorts(),
72 return &this->m_timeGetPort_InputPort[portNum];
79 PosixTimeComponentBase ::
80 PosixTimeComponentBase(
const char* compName) :
81 Fw::PassiveComponentBase(compName)
79 PosixTimeComponentBase :: {
…}
86 PosixTimeComponentBase ::
87 ~PosixTimeComponentBase()
86 PosixTimeComponentBase :: {
…}
97 getNum_timeGetPort_InputPorts()
const
108 void PosixTimeComponentBase ::
109 timeGetPort_handlerBase(
116 portNum < this->getNum_timeGetPort_InputPorts(),
121 this->timeGetPort_handler(
108 void PosixTimeComponentBase :: {
…}
131 void PosixTimeComponentBase ::
PlatformIntType NATIVE_INT_TYPE
#define FW_NUM_ARRAY_ELEMENTS(a)
number of elements in an array
int PlatformIntType
DefaultTypes.hpp provides fallback defaults for the platform types.
#define PRI_PlatformIntType
PlatformAssertArgType FwAssertArgType
void init()
Object initializer.
Auto-generated base for PosixTime component.
void timeGetPort_handlerBase(NATIVE_INT_TYPE portNum, Fw::Time &time)
Handler base-class function for input port timeGetPort.