![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
Auto-generated base for PosixTime component. More...
#include <Svc/PosixTime/PosixTimeComponentAc.hpp>
Public Member Functions | |
| void | init (NATIVE_INT_TYPE instance=0) |
| Initialize PosixTimeComponentBase object. More... | |
| Fw::InputTimePort * | get_timeGetPort_InputPort (NATIVE_INT_TYPE portNum) |
Public Member Functions inherited from Fw::PassiveComponentBase | |
| void | setIdBase (const U32) |
| Set the ID base. More... | |
| U32 | getIdBase () const |
Protected Types | |
| enum | { NUM_TIMEGETPORT_INPUT_PORTS = 1 } |
| Enumerations for numbers of typed input ports. More... | |
Protected Member Functions | |
| PosixTimeComponentBase (const char *compName="") | |
| Construct PosixTimeComponentBase object. More... | |
| virtual | ~PosixTimeComponentBase () |
| Destroy PosixTimeComponentBase object. More... | |
| NATIVE_INT_TYPE | getNum_timeGetPort_InputPorts () const |
| virtual void | timeGetPort_handler (NATIVE_INT_TYPE portNum, Fw::Time &time)=0 |
| Handler for input port timeGetPort. More... | |
| void | timeGetPort_handlerBase (NATIVE_INT_TYPE portNum, Fw::Time &time) |
| Handler base-class function for input port timeGetPort. More... | |
Protected Member Functions inherited from Fw::PassiveComponentBase | |
| PassiveComponentBase (const char *name) | |
| Named constructor. More... | |
| virtual | ~PassiveComponentBase () |
| Destructor. More... | |
| void | init (NATIVE_INT_TYPE instance) |
| Initialization function. More... | |
| NATIVE_INT_TYPE | getInstance () const |
Protected Member Functions inherited from Fw::ObjBase | |
| ObjBase (const char *name) | |
| ObjBase constructor. More... | |
| virtual | ~ObjBase () |
| Destructor. More... | |
| void | init () |
| Object initializer. More... | |
Friends | |
| class | PosixTimeComponentBaseFriend |
| Friend class for white-box testing. More... | |
Auto-generated base for PosixTime component.
A component for getting time
Definition at line 22 of file PosixTimeComponentAc.hpp.
|
protected |
Enumerations for numbers of typed input ports.
| Enumerator | |
|---|---|
| NUM_TIMEGETPORT_INPUT_PORTS | |
Definition at line 40 of file PosixTimeComponentAc.hpp.
|
protected |
Construct PosixTimeComponentBase object.
| compName | The component name |
Definition at line 79 of file PosixTimeComponentAc.cpp.
|
protectedvirtual |
Destroy PosixTimeComponentBase object.
Definition at line 86 of file PosixTimeComponentAc.cpp.
| Fw::InputTimePort * Svc::PosixTimeComponentBase::get_timeGetPort_InputPort | ( | NATIVE_INT_TYPE | portNum | ) |
Get typed input port at index
| portNum | The port number |
Definition at line 64 of file PosixTimeComponentAc.cpp.
|
protected |
Get the number of timeGetPort input ports
Definition at line 96 of file PosixTimeComponentAc.cpp.
| void Svc::PosixTimeComponentBase::init | ( | NATIVE_INT_TYPE | instance = 0 | ) |
Initialize PosixTimeComponentBase object.
| instance | The instance number |
Definition at line 21 of file PosixTimeComponentAc.cpp.
|
protectedpure virtual |
Handler for input port timeGetPort.
| portNum | The port number |
| time | The U32 cmd argument |
Implemented in Svc::PosixTime.
|
protected |
Handler base-class function for input port timeGetPort.
| portNum | The port number |
| time | The U32 cmd argument |
Definition at line 108 of file PosixTimeComponentAc.cpp.
|
friend |
Friend class for white-box testing.
Definition at line 31 of file PosixTimeComponentAc.hpp.