11 #if FW_ENABLE_TEXT_LOGGING
33 this->m_timeGetPort_InputPort[port].
init();
38 this->m_timeGetPort_InputPort[port].
setPortNum(port);
40 #if FW_OBJECT_NAMES == 1
55 this->m_timeGetPort_InputPort[port].setObjName(portName);
72 return &this->m_timeGetPort_InputPort[portNum];
81 Fw::PassiveComponentBase(compName)
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
#define FW_OBJ_NAME_MAX_SIZE
Size of object name (if object names enabled). AC Limits to 80, truncation occurs above 80.
void init()
Object initializer.
Auto-generated base for PosixTime component.
Fw::InputTimePort * get_timeGetPort_InputPort(NATIVE_INT_TYPE portNum)
void timeGetPort_handlerBase(NATIVE_INT_TYPE portNum, Fw::Time &time)
Handler base-class function for input port timeGetPort.
NATIVE_INT_TYPE getNum_timeGetPort_InputPorts() const
virtual ~PosixTimeComponentBase()
Destroy PosixTimeComponentBase object.
virtual void timeGetPort_handler(NATIVE_INT_TYPE portNum, Fw::Time &time)=0
Handler for input port timeGetPort.
PosixTimeComponentBase(const char *compName="")
Construct PosixTimeComponentBase object.