|
enum | { NUM_COMDATAIN_INPUT_PORTS = 1,
NUM_DATARETURNIN_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_COMSTATUSOUT_OUTPUT_PORTS = 1,
NUM_DATARETURNOUT_OUTPUT_PORTS = 1,
NUM_DRVDATAOUT_OUTPUT_PORTS = 1
} |
| Enumerations for numbers of typed output ports. More...
|
|
| ComStubComponentBase (const char *compName="") |
| Construct ComStubComponentBase object. More...
|
|
virtual | ~ComStubComponentBase () |
| Destroy ComStubComponentBase object. More...
|
|
FwIndexType | getNum_comDataIn_InputPorts () const |
|
FwIndexType | getNum_dataReturnIn_InputPorts () const |
|
FwIndexType | getNum_drvConnected_InputPorts () const |
|
FwIndexType | getNum_drvDataIn_InputPorts () const |
|
FwIndexType | getNum_comDataOut_OutputPorts () const |
|
FwIndexType | getNum_comStatusOut_OutputPorts () const |
|
FwIndexType | getNum_dataReturnOut_OutputPorts () const |
|
FwIndexType | getNum_drvDataOut_OutputPorts () const |
|
bool | isConnected_comDataOut_OutputPort (FwIndexType portNum) |
|
bool | isConnected_comStatusOut_OutputPort (FwIndexType portNum) |
|
bool | isConnected_dataReturnOut_OutputPort (FwIndexType portNum) |
|
bool | isConnected_drvDataOut_OutputPort (FwIndexType portNum) |
|
void | comDataIn_handlerBase (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| Handler base-class function for input port comDataIn. More...
|
|
void | dataReturnIn_handlerBase (FwIndexType portNum, Fw::Buffer &buffer, const Drv::ByteStreamStatus &status) |
| Handler base-class function for input port dataReturnIn. More...
|
|
void | drvConnected_handlerBase (FwIndexType portNum) |
| Handler base-class function for input port drvConnected. More...
|
|
void | drvDataIn_handlerBase (FwIndexType portNum, Fw::Buffer &buffer, const Drv::ByteStreamStatus &status) |
| Handler base-class function for input port drvDataIn. More...
|
|
void | comDataOut_out (FwIndexType portNum, Fw::Buffer &fwBuffer) |
| Invoke output port comDataOut. More...
|
|
void | comStatusOut_out (FwIndexType portNum, Fw::Success &condition) |
| Invoke output port comStatusOut. More...
|
|
void | dataReturnOut_out (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| Invoke output port dataReturnOut. More...
|
|
void | drvDataOut_out (FwIndexType portNum, Fw::Buffer &fwBuffer) |
| Invoke output port drvDataOut. More...
|
|
| PassiveComponentBase (const char *name) |
| Named constructor. More...
|
|
virtual | ~PassiveComponentBase () |
| Destructor. More...
|
|
void | init (FwEnumStoreType instance) |
| Initialization function. More...
|
|
FwEnumStoreType | getInstance () const |
|
| ObjBase (const char *name) |
| ObjBase constructor. More...
|
|
virtual | ~ObjBase () |
| Destructor. More...
|
|
void | init () |
| Object initializer. More...
|
|
Definition at line 15 of file ComStub.hpp.