9 #if FW_ENABLE_TEXT_LOGGING 26 #if !FW_DIRECT_PORT_CALLS 33 this->m_timeGetPort_InputPort[port].
init();
38 this->m_timeGetPort_InputPort[port].
setPortNum(port);
40 #if FW_OBJECT_NAMES == 1 44 this->m_objName.toChar(),
47 this->m_timeGetPort_InputPort[port].setObjName(portName.
toChar());
53 #if !FW_DIRECT_PORT_CALLS 64 static_cast<FwAssertArgType>(portNum)
67 return &this->m_timeGetPort_InputPort[portNum];
78 Fw::PassiveComponentBase(compName)
104 static_cast<FwAssertArgType>(portNum)
118 void PosixTimeComponentBase ::
static constexpr FwIndexType getNum_timeGetPort_InputPorts()
Fw::InputTimePort * get_timeGetPort_InputPort(FwIndexType portNum)
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
Convert to a C-style char*.
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
void timeGetPort_handlerBase(FwIndexType portNum, Fw::Time &time)
Handler base-class function for input port timeGetPort.
PlatformIndexType FwIndexType
RateGroupDivider component implementation.
Implementation of malloc based allocator.
virtual void timeGetPort_handler(FwIndexType portNum, Fw::Time &time)=0
Handler for input port timeGetPort.