Auto-generated base for OsTime component.
More...
#include <Svc/OsTime/OsTimeComponentAc.hpp>
Auto-generated base for OsTime component.
A time component using OSAL RawTime abstractions
Definition at line 23 of file OsTimeComponentAc.hpp.
◆ anonymous enum
Enumerations for numbers of typed input ports.
Enumerator |
---|
NUM_SETEPOCH_INPUT_PORTS | |
NUM_TIMEGETPORT_INPUT_PORTS | |
Definition at line 43 of file OsTimeComponentAc.hpp.
◆ OsTimeComponentBase()
Svc::OsTimeComponentBase::OsTimeComponentBase |
( |
const char * |
compName = "" | ) |
|
|
protected |
◆ ~OsTimeComponentBase()
Svc::OsTimeComponentBase::~OsTimeComponentBase |
( |
| ) |
|
|
protectedvirtual |
◆ get_setEpoch_InputPort()
Get typed input port at index
- Returns
- setEpoch[portNum]
- Parameters
-
Definition at line 80 of file OsTimeComponentAc.cpp.
◆ get_timeGetPort_InputPort()
Get typed input port at index
- Returns
- timeGetPort[portNum]
- Parameters
-
Definition at line 91 of file OsTimeComponentAc.cpp.
◆ getNum_setEpoch_InputPorts()
FwIndexType Svc::OsTimeComponentBase::getNum_setEpoch_InputPorts |
( |
| ) |
const |
|
protected |
Get the number of setEpoch input ports
- Returns
- The number of setEpoch input ports
Definition at line 123 of file OsTimeComponentAc.cpp.
◆ getNum_timeGetPort_InputPorts()
FwIndexType Svc::OsTimeComponentBase::getNum_timeGetPort_InputPorts |
( |
| ) |
const |
|
protected |
Get the number of timeGetPort input ports
- Returns
- The number of timeGetPort input ports
Definition at line 129 of file OsTimeComponentAc.cpp.
◆ init()
◆ setEpoch_handler()
Handler for input port setEpoch.
- Parameters
-
◆ setEpoch_handlerBase()
◆ timeGetPort_handler()
virtual void Svc::OsTimeComponentBase::timeGetPort_handler |
( |
FwIndexType |
portNum, |
|
|
Fw::Time & |
time |
|
) |
| |
|
protectedpure virtual |
Handler for input port timeGetPort.
- Parameters
-
portNum | The port number |
time | Reference to Time object |
◆ timeGetPort_handlerBase()
void Svc::OsTimeComponentBase::timeGetPort_handlerBase |
( |
FwIndexType |
portNum, |
|
|
Fw::Time & |
time |
|
) |
| |
|
protected |
Handler base-class function for input port timeGetPort.
- Parameters
-
portNum | The port number |
time | Reference to Time object |
Definition at line 162 of file OsTimeComponentAc.cpp.
◆ OsTimeComponentBaseFriend
friend class OsTimeComponentBaseFriend |
|
friend |
◆ OsTimeTesterBase
friend class OsTimeTesterBase |
|
friend |
The documentation for this class was generated from the following files: