![]() |
F´ Flight Software - C/C++ Documentation devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/ComStub/ComStub.hpp>
Public Attributes | |
const NATIVE_UINT_TYPE | RETRY_LIMIT = 10 |
Additional Inherited Members | |
![]() | |
enum | { NUM_COMDATAIN_INPUT_PORTS = 1 , NUM_DRVCONNECTED_INPUT_PORTS = 1 , NUM_DRVDATAIN_INPUT_PORTS = 1 } |
Enumerations for numbers of typed input ports. More... | |
enum | { NUM_COMDATAOUT_OUTPUT_PORTS = 1 , NUM_COMSTATUS_OUTPUT_PORTS = 1 , NUM_DRVDATAOUT_OUTPUT_PORTS = 1 } |
Enumerations for numbers of typed output ports. More... | |
![]() | |
ComStubComponentBase (const char *compName="") | |
Construct ComStubComponentBase object. | |
virtual | ~ComStubComponentBase () |
Destroy ComStubComponentBase object. | |
NATIVE_INT_TYPE | getNum_comDataIn_InputPorts () const |
NATIVE_INT_TYPE | getNum_drvConnected_InputPorts () const |
NATIVE_INT_TYPE | getNum_drvDataIn_InputPorts () const |
NATIVE_INT_TYPE | getNum_comDataOut_OutputPorts () const |
NATIVE_INT_TYPE | getNum_comStatus_OutputPorts () const |
NATIVE_INT_TYPE | getNum_drvDataOut_OutputPorts () const |
bool | isConnected_comDataOut_OutputPort (NATIVE_INT_TYPE portNum) |
bool | isConnected_comStatus_OutputPort (NATIVE_INT_TYPE portNum) |
bool | isConnected_drvDataOut_OutputPort (NATIVE_INT_TYPE portNum) |
Drv::SendStatus | comDataIn_handlerBase (NATIVE_INT_TYPE portNum, Fw::Buffer &sendBuffer) |
Handler base-class function for input port comDataIn. | |
void | drvConnected_handlerBase (NATIVE_INT_TYPE portNum) |
Handler base-class function for input port drvConnected. | |
void | drvDataIn_handlerBase (NATIVE_INT_TYPE portNum, Fw::Buffer &recvBuffer, const Drv::RecvStatus &recvStatus) |
Handler base-class function for input port drvDataIn. | |
void | comDataOut_out (NATIVE_INT_TYPE portNum, Fw::Buffer &recvBuffer, const Drv::RecvStatus &recvStatus) |
Invoke output port comDataOut. | |
void | comStatus_out (NATIVE_INT_TYPE portNum, Fw::Success &condition) |
Invoke output port comStatus. | |
Drv::SendStatus | drvDataOut_out (NATIVE_INT_TYPE portNum, Fw::Buffer &sendBuffer) |
Invoke output port drvDataOut. | |
![]() | |
PassiveComponentBase (const char *name) | |
Named constructor. | |
virtual | ~PassiveComponentBase () |
Destructor. | |
void | init (NATIVE_INT_TYPE instance) |
Initialization function. | |
NATIVE_INT_TYPE | getInstance () const |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. | |
virtual | ~ObjBase () |
Destructor. | |
void | init () |
Object initializer. | |
Definition at line 14 of file ComStub.hpp.
Svc::ComStub::ComStub | ( | const char *const | compName | ) |
Construct object ComStub
compName | The component name |
Definition at line 17 of file ComStub.cpp.
|
override |
Destroy object ComStub
Definition at line 23 of file ComStub.cpp.
void Svc::ComStub::init | ( | const NATIVE_INT_TYPE | instance = 0 | ) |
Initialize object ComStub
instance | The instance number |
Definition at line 19 of file ComStub.cpp.
const NATIVE_UINT_TYPE Svc::ComStub::RETRY_LIMIT = 10 |
Definition at line 16 of file ComStub.hpp.