|
| enum | { NUM_CMDRESPONSEIN_INPUT_PORTS = 1,
NUM_DATAIN_INPUT_PORTS = 1,
NUM_FILEBUFFERRETURNIN_INPUT_PORTS = 1
} |
| | Enumerations for numbers of typed input ports. More...
|
| |
| enum | { NUM_LOGOUT_OUTPUT_PORTS = 1,
NUM_LOGTEXTOUT_OUTPUT_PORTS = 1,
NUM_TIMECALLER_OUTPUT_PORTS = 1
} |
| | Enumerations for numbers of special output ports. More...
|
| |
| enum | {
NUM_BUFFERALLOCATE_OUTPUT_PORTS = 1,
NUM_BUFFERDEALLOCATE_OUTPUT_PORTS = 1,
NUM_COMMANDOUT_OUTPUT_PORTS = 1,
NUM_DATARETURNOUT_OUTPUT_PORTS = 1,
NUM_FILEOUT_OUTPUT_PORTS = 1,
NUM_UNKNOWNDATAOUT_OUTPUT_PORTS = 1
} |
| | Enumerations for numbers of typed output ports. More...
|
| |
| enum | { EVENTID_SERIALIZATIONERROR = 0x0,
EVENTID_DESERIALIZATIONERROR = 0x1
} |
| | Event IDs. More...
|
| |
| | FprimeRouterComponentBase (const char *compName="") |
| | Construct FprimeRouterComponentBase object. More...
|
| |
| virtual | ~FprimeRouterComponentBase () |
| | Destroy FprimeRouterComponentBase object. More...
|
| |
| bool | isConnected_logOut_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_timeCaller_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_bufferAllocate_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_bufferDeallocate_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_commandOut_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_dataReturnOut_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_fileOut_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_unknownDataOut_OutputPort (FwIndexType portNum) |
| |
| void | cmdResponseIn_handlerBase (FwIndexType portNum, FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdResponse &response) |
| | Handler base-class function for input port cmdResponseIn. More...
|
| |
| void | dataIn_handlerBase (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| | Handler base-class function for input port dataIn. More...
|
| |
| void | fileBufferReturnIn_handlerBase (FwIndexType portNum, Fw::Buffer &fwBuffer) |
| | Handler base-class function for input port fileBufferReturnIn. More...
|
| |
| Fw::Buffer | bufferAllocate_out (FwIndexType portNum, FwSizeType size) |
| | Invoke output port bufferAllocate. More...
|
| |
| void | bufferDeallocate_out (FwIndexType portNum, Fw::Buffer &fwBuffer) |
| | Invoke output port bufferDeallocate. More...
|
| |
| void | commandOut_out (FwIndexType portNum, Fw::ComBuffer &data, U32 context) |
| | Invoke output port commandOut. More...
|
| |
| void | dataReturnOut_out (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| | Invoke output port dataReturnOut. More...
|
| |
| void | fileOut_out (FwIndexType portNum, Fw::Buffer &fwBuffer) |
| | Invoke output port fileOut. More...
|
| |
| void | unknownDataOut_out (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| | Invoke output port unknownDataOut. More...
|
| |
| void | log_WARNING_HI_SerializationError (U32 status) const |
| |
| void | log_WARNING_HI_DeserializationError (U32 status) const |
| |
| Fw::Time | getTime () const |
| |
| | 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_cmdResponseIn_InputPorts () |
| |
| static constexpr FwIndexType | getNum_dataIn_InputPorts () |
| |
| static constexpr FwIndexType | getNum_fileBufferReturnIn_InputPorts () |
| |
| static constexpr FwIndexType | getNum_logOut_OutputPorts () |
| |
| static constexpr FwIndexType | getNum_timeCaller_OutputPorts () |
| |
| static constexpr FwIndexType | getNum_bufferAllocate_OutputPorts () |
| |
| static constexpr FwIndexType | getNum_bufferDeallocate_OutputPorts () |
| |
| static constexpr FwIndexType | getNum_commandOut_OutputPorts () |
| |
| static constexpr FwIndexType | getNum_dataReturnOut_OutputPorts () |
| |
| static constexpr FwIndexType | getNum_fileOut_OutputPorts () |
| |
| static constexpr FwIndexType | getNum_unknownDataOut_OutputPorts () |
| |
Definition at line 14 of file FprimeRouter.hpp.