|
| enum | { NUM_BUFFERIN_INPUT_PORTS = 1,
NUM_BUFFEROUTRETURN_INPUT_PORTS = 1,
NUM_BYTESTREAMDRIVERREADY_INPUT_PORTS = 1,
NUM_FROMBYTESTREAMDRIVER_INPUT_PORTS = 1
} |
| | Enumerations for numbers of typed input ports. More...
|
| |
| enum | { NUM_BUFFERINRETURN_OUTPUT_PORTS = 1,
NUM_BUFFEROUT_OUTPUT_PORTS = 1,
NUM_FROMBYTESTREAMDRIVERRETURN_OUTPUT_PORTS = 1,
NUM_TOBYTESTREAMDRIVER_OUTPUT_PORTS = 1
} |
| | Enumerations for numbers of typed output ports. More...
|
| |
| | ByteStreamBufferAdapterComponentBase (const char *compName="") |
| | Construct ByteStreamBufferAdapterComponentBase object. More...
|
| |
| virtual | ~ByteStreamBufferAdapterComponentBase () |
| | Destroy ByteStreamBufferAdapterComponentBase object. More...
|
| |
| bool | isConnected_bufferInReturn_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_bufferOut_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_fromByteStreamDriverReturn_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_toByteStreamDriver_OutputPort (FwIndexType portNum) |
| |
| void | bufferIn_handlerBase (FwIndexType portNum, Fw::Buffer &fwBuffer) |
| | Handler base-class function for input port bufferIn. More...
|
| |
| void | bufferOutReturn_handlerBase (FwIndexType portNum, Fw::Buffer &fwBuffer) |
| | Handler base-class function for input port bufferOutReturn. More...
|
| |
| void | byteStreamDriverReady_handlerBase (FwIndexType portNum) |
| | Handler base-class function for input port byteStreamDriverReady. More...
|
| |
| void | fromByteStreamDriver_handlerBase (FwIndexType portNum, Fw::Buffer &buffer, const Drv::ByteStreamStatus &status) |
| | Handler base-class function for input port fromByteStreamDriver. More...
|
| |
| void | bufferInReturn_out (FwIndexType portNum, Fw::Buffer &fwBuffer) |
| | Invoke output port bufferInReturn. More...
|
| |
| void | bufferOut_out (FwIndexType portNum, Fw::Buffer &fwBuffer) |
| | Invoke output port bufferOut. More...
|
| |
| void | fromByteStreamDriverReturn_out (FwIndexType portNum, Fw::Buffer &fwBuffer) |
| | Invoke output port fromByteStreamDriverReturn. More...
|
| |
| Drv::ByteStreamStatus | toByteStreamDriver_out (FwIndexType portNum, Fw::Buffer &sendBuffer) |
| | Invoke output port toByteStreamDriver. 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_bufferIn_InputPorts () |
| |
| static constexpr FwIndexType | getNum_bufferOutReturn_InputPorts () |
| |
| static constexpr FwIndexType | getNum_byteStreamDriverReady_InputPorts () |
| |
| static constexpr FwIndexType | getNum_fromByteStreamDriver_InputPorts () |
| |
| static constexpr FwIndexType | getNum_bufferInReturn_OutputPorts () |
| |
| static constexpr FwIndexType | getNum_bufferOut_OutputPorts () |
| |
| static constexpr FwIndexType | getNum_fromByteStreamDriverReturn_OutputPorts () |
| |
| static constexpr FwIndexType | getNum_toByteStreamDriver_OutputPorts () |
| |
Definition at line 14 of file ByteStreamBufferAdapter.hpp.