10 #if FW_ENABLE_TEXT_LOGGING 32 this->m_timeGetPort_InputPort[port].
init();
37 this->m_timeGetPort_InputPort[port].
setPortNum(port);
39 #if FW_OBJECT_NAMES == 1 43 this->m_objName.toChar(),
46 this->m_timeGetPort_InputPort[port].setObjName(portName.
toChar());
60 static_cast<FwAssertArgType>(portNum)
63 return &this->m_timeGetPort_InputPort[portNum];
72 Fw::PassiveComponentBase(compName)
108 static_cast<FwAssertArgType>(portNum)
122 void PosixTimeComponentBase ::
FwIndexType getNum_timeGetPort_InputPorts() const
Fw::InputTimePort * get_timeGetPort_InputPort(FwIndexType portNum)
PlatformIndexType FwIndexType
Auto-generated base for PosixTime component.
virtual ~PosixTimeComponentBase()
Destroy PosixTimeComponentBase object.
void init()
Object initializer.
PosixTimeComponentBase(const char *compName="")
Construct PosixTimeComponentBase object.
const char * toChar() const
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
#define PRI_PlatformIntType
void timeGetPort_handlerBase(FwIndexType portNum, Fw::Time &time)
Handler base-class function for input port timeGetPort.
#define FW_NUM_ARRAY_ELEMENTS(a)
number of elements in an array
virtual void timeGetPort_handler(FwIndexType portNum, Fw::Time &time)=0
Handler for input port timeGetPort.