|
enum | { NUM_CMDRESPONSEIN_INPUT_PORTS = 1,
NUM_DATAIN_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_BUFFERDEALLOCATE_OUTPUT_PORTS = 1,
NUM_COMMANDOUT_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...
|
|
FwIndexType | getNum_cmdResponseIn_InputPorts () const |
|
FwIndexType | getNum_dataIn_InputPorts () const |
|
FwIndexType | getNum_logOut_OutputPorts () const |
|
FwIndexType | getNum_timeCaller_OutputPorts () const |
|
FwIndexType | getNum_bufferDeallocate_OutputPorts () const |
|
FwIndexType | getNum_commandOut_OutputPorts () const |
|
FwIndexType | getNum_fileOut_OutputPorts () const |
|
FwIndexType | getNum_unknownDataOut_OutputPorts () const |
|
bool | isConnected_logOut_OutputPort (FwIndexType portNum) |
|
bool | isConnected_timeCaller_OutputPort (FwIndexType portNum) |
|
bool | isConnected_bufferDeallocate_OutputPort (FwIndexType portNum) |
|
bool | isConnected_commandOut_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, Fw::Buffer &context) |
| Handler base-class function for input port dataIn. 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 | fileOut_out (FwIndexType portNum, Fw::Buffer &fwBuffer) |
| Invoke output port fileOut. More...
|
|
void | unknownDataOut_out (FwIndexType portNum, Fw::Buffer &data, Fw::Buffer &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 () |
|
| 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 14 of file FprimeRouter.hpp.