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 ChronoTimeComponentBase ::
Auto-generated base for ChronoTime component.
ChronoTimeComponentBase(const char *compName="")
Construct ChronoTimeComponentBase object.
virtual ~ChronoTimeComponentBase()
Destroy ChronoTimeComponentBase object.
void init()
Object initializer.
static constexpr FwIndexType getNum_timeGetPort_InputPorts()
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.
virtual void timeGetPort_handler(FwIndexType portNum, Fw::Time &time)=0
Handler for input port timeGetPort.
PlatformIndexType FwIndexType
RateGroupDivider component implementation.
Implementation of malloc based allocator.
Fw::InputTimePort * get_timeGetPort_InputPort(FwIndexType portNum)