|
| enum | {
NUM_DATAIN_INPUT_PORTS = 1,
NUM_DATARETURNIN_INPUT_PORTS = 1,
NUM_DRVASYNCSENDRETURNIN_INPUT_PORTS = 1,
NUM_DRVCONNECTED_INPUT_PORTS = 1,
NUM_DRVRECEIVEIN_INPUT_PORTS = 1
} |
| | Enumerations for numbers of typed input ports. More...
|
| |
| enum | {
NUM_COMSTATUSOUT_OUTPUT_PORTS = 1,
NUM_DATAOUT_OUTPUT_PORTS = 1,
NUM_DATARETURNOUT_OUTPUT_PORTS = 1,
NUM_DRVASYNCSENDOUT_OUTPUT_PORTS = 1,
NUM_DRVRECEIVERETURNOUT_OUTPUT_PORTS = 1,
NUM_DRVSENDOUT_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...
|
| |
| bool | isConnected_comStatusOut_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_dataOut_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_dataReturnOut_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_drvAsyncSendOut_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_drvReceiveReturnOut_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_drvSendOut_OutputPort (FwIndexType portNum) |
| |
| void | dataIn_handlerBase (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| | Handler base-class function for input port dataIn. More...
|
| |
| void | dataReturnIn_handlerBase (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| | Handler base-class function for input port dataReturnIn. More...
|
| |
| void | drvAsyncSendReturnIn_handlerBase (FwIndexType portNum, Fw::Buffer &buffer, const Drv::ByteStreamStatus &status) |
| | Handler base-class function for input port drvAsyncSendReturnIn. More...
|
| |
| void | drvConnected_handlerBase (FwIndexType portNum) |
| | Handler base-class function for input port drvConnected. More...
|
| |
| void | drvReceiveIn_handlerBase (FwIndexType portNum, Fw::Buffer &buffer, const Drv::ByteStreamStatus &status) |
| | Handler base-class function for input port drvReceiveIn. More...
|
| |
| void | comStatusOut_out (FwIndexType portNum, Fw::Success &condition) |
| | Invoke output port comStatusOut. More...
|
| |
| void | dataOut_out (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| | Invoke output port dataOut. More...
|
| |
| void | dataReturnOut_out (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| | Invoke output port dataReturnOut. More...
|
| |
| void | drvAsyncSendOut_out (FwIndexType portNum, Fw::Buffer &fwBuffer) |
| | Invoke output port drvAsyncSendOut. More...
|
| |
| void | drvReceiveReturnOut_out (FwIndexType portNum, Fw::Buffer &fwBuffer) |
| | Invoke output port drvReceiveReturnOut. More...
|
| |
| Drv::ByteStreamStatus | drvSendOut_out (FwIndexType portNum, Fw::Buffer &sendBuffer) |
| | Invoke output port drvSendOut. 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...
|
| |
| static constexpr FwIndexType | getNum_dataIn_InputPorts () |
| |
| static constexpr FwIndexType | getNum_dataReturnIn_InputPorts () |
| |
| static constexpr FwIndexType | getNum_drvAsyncSendReturnIn_InputPorts () |
| |
| static constexpr FwIndexType | getNum_drvConnected_InputPorts () |
| |
| static constexpr FwIndexType | getNum_drvReceiveIn_InputPorts () |
| |
| static constexpr FwIndexType | getNum_comStatusOut_OutputPorts () |
| |
| static constexpr FwIndexType | getNum_dataOut_OutputPorts () |
| |
| static constexpr FwIndexType | getNum_dataReturnOut_OutputPorts () |
| |
| static constexpr FwIndexType | getNum_drvAsyncSendOut_OutputPorts () |
| |
| static constexpr FwIndexType | getNum_drvReceiveReturnOut_OutputPorts () |
| |
| static constexpr FwIndexType | getNum_drvSendOut_OutputPorts () |
| |
Definition at line 15 of file ComStub.hpp.