|
enum | { NUM_DATAIN_INPUT_PORTS = 1,
NUM_DATARETURNIN_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_DATAOUT_OUTPUT_PORTS = 1,
NUM_DATARETURNOUT_OUTPUT_PORTS = 1
} |
| Enumerations for numbers of typed output ports. More...
|
|
enum | { EVENTID_INVALIDBUFFERRECEIVED = 0x0,
EVENTID_INVALIDSTARTWORD = 0x1,
EVENTID_INVALIDLENGTHRECEIVED = 0x2,
EVENTID_INVALIDCHECKSUM = 0x3
} |
| Event IDs. More...
|
|
| FprimeDeframerComponentBase (const char *compName="") |
| Construct FprimeDeframerComponentBase object. More...
|
|
virtual | ~FprimeDeframerComponentBase () |
| Destroy FprimeDeframerComponentBase object. More...
|
|
FwIndexType | getNum_dataIn_InputPorts () const |
|
FwIndexType | getNum_dataReturnIn_InputPorts () const |
|
FwIndexType | getNum_logOut_OutputPorts () const |
|
FwIndexType | getNum_timeCaller_OutputPorts () const |
|
FwIndexType | getNum_dataOut_OutputPorts () const |
|
FwIndexType | getNum_dataReturnOut_OutputPorts () const |
|
bool | isConnected_logOut_OutputPort (FwIndexType portNum) |
|
bool | isConnected_timeCaller_OutputPort (FwIndexType portNum) |
|
bool | isConnected_dataOut_OutputPort (FwIndexType portNum) |
|
bool | isConnected_dataReturnOut_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 | 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 | log_WARNING_HI_InvalidBufferReceived () const |
|
void | log_WARNING_HI_InvalidStartWord () const |
|
void | log_WARNING_HI_InvalidLengthReceived () const |
|
void | log_WARNING_HI_InvalidChecksum () const |
|
Fw::Time | getTime () const |
|
virtual void | lock () |
| Lock the guarded mutex. More...
|
|
virtual void | unLock () |
| Unlock the guarded mutex. 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 FprimeDeframer.hpp.