10 #if FW_ENABLE_TEXT_LOGGING 32 this->m_setEpoch_InputPort[port].
init();
37 this->m_setEpoch_InputPort[port].
setPortNum(port);
39 #if FW_OBJECT_NAMES == 1 43 this->m_objName.toChar(),
46 this->m_setEpoch_InputPort[port].setObjName(portName.
toChar());
56 this->m_timeGetPort_InputPort[port].
init();
61 this->m_timeGetPort_InputPort[port].
setPortNum(port);
63 #if FW_OBJECT_NAMES == 1 67 this->m_objName.toChar(),
70 this->m_timeGetPort_InputPort[port].setObjName(portName.
toChar());
84 static_cast<FwAssertArgType>(portNum)
87 return &this->m_setEpoch_InputPort[portNum];
95 static_cast<FwAssertArgType>(portNum)
98 return &this->m_timeGetPort_InputPort[portNum];
107 Fw::PassiveComponentBase(compName)
150 static_cast<FwAssertArgType>(portNum)
170 static_cast<FwAssertArgType>(portNum)
184 void OsTimeComponentBase ::
201 void OsTimeComponentBase ::
210 compPtr->timeGetPort_handlerBase(
Svc::InputOsTimeEpochPort * get_setEpoch_InputPort(FwIndexType portNum)
virtual void setEpoch_handler(FwIndexType portNum, const Fw::Time &fw_time, const Os::RawTime &os_time)=0
Handler for input port setEpoch.
void init()
Object initializer.
void setEpoch_handlerBase(FwIndexType portNum, const Fw::Time &fw_time, const Os::RawTime &os_time)
Handler base-class function for input port setEpoch.
const char * toChar() const
FwIndexType getNum_setEpoch_InputPorts() const
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.
Auto-generated base for OsTime component.
PlatformIndexType FwIndexType
#define FW_NUM_ARRAY_ELEMENTS(a)
number of elements in an array
virtual ~OsTimeComponentBase()
Destroy OsTimeComponentBase object.
RateGroupDivider component implementation.
virtual void timeGetPort_handler(FwIndexType portNum, Fw::Time &time)=0
Handler for input port timeGetPort.
FwIndexType getNum_timeGetPort_InputPorts() const
Fw::InputTimePort * get_timeGetPort_InputPort(FwIndexType portNum)
OsTimeComponentBase(const char *compName="")
Construct OsTimeComponentBase object.