|
virtual NATIVE_UINT_TYPE | doHash (FwChanIdType id) |
|
| TlmChanComponentBase (const char *compName="") |
| Construct TlmChanComponentBase object. More...
|
|
virtual | ~TlmChanComponentBase () |
| Destroy TlmChanComponentBase object. More...
|
|
FwIndexType | getNum_Run_InputPorts () const |
|
FwIndexType | getNum_TlmGet_InputPorts () const |
|
FwIndexType | getNum_TlmRecv_InputPorts () const |
|
FwIndexType | getNum_pingIn_InputPorts () const |
|
FwIndexType | getNum_PktSend_OutputPorts () const |
|
FwIndexType | getNum_pingOut_OutputPorts () const |
|
bool | isConnected_PktSend_OutputPort (FwIndexType portNum) |
|
bool | isConnected_pingOut_OutputPort (FwIndexType portNum) |
|
void | Run_handlerBase (FwIndexType portNum, U32 context) |
| Handler base-class function for input port Run. More...
|
|
void | TlmGet_handlerBase (FwIndexType portNum, FwChanIdType id, Fw::Time &timeTag, Fw::TlmBuffer &val) |
| Handler base-class function for input port TlmGet. More...
|
|
void | TlmRecv_handlerBase (FwIndexType portNum, FwChanIdType id, Fw::Time &timeTag, Fw::TlmBuffer &val) |
| Handler base-class function for input port TlmRecv. More...
|
|
void | pingIn_handlerBase (FwIndexType portNum, U32 key) |
| Handler base-class function for input port pingIn. More...
|
|
virtual void | Run_preMsgHook (FwIndexType portNum, U32 context) |
| Pre-message hook for async input port Run. More...
|
|
virtual void | pingIn_preMsgHook (FwIndexType portNum, U32 key) |
| Pre-message hook for async input port pingIn. More...
|
|
void | PktSend_out (FwIndexType portNum, Fw::ComBuffer &data, U32 context) |
| Invoke output port PktSend. More...
|
|
void | pingOut_out (FwIndexType portNum, U32 key) |
| Invoke output port pingOut. More...
|
|
virtual void | lock () |
| Lock the guarded mutex. More...
|
|
virtual void | unLock () |
| Unlock the guarded mutex. More...
|
|
| ActiveComponentBase (const char *name) |
| Constructor. More...
|
|
virtual | ~ActiveComponentBase () |
| Destructor. More...
|
|
void | init (NATIVE_INT_TYPE instance) |
| initialization code More...
|
|
virtual void | preamble () |
| A function that will be called before the event loop is entered. More...
|
|
MsgDispatchStatus | dispatch () |
| The function that will dispatching messages. More...
|
|
virtual void | finalizer () |
| A function that will be called after exiting the loop. More...
|
|
| QueuedComponentBase (const char *name) |
| Constructor. More...
|
|
virtual | ~QueuedComponentBase () |
| Destructor. More...
|
|
void | init (NATIVE_INT_TYPE instance) |
| initialization function More...
|
|
Os::Queue::Status | createQueue (FwSizeType depth, FwSizeType msgSize) |
|
NATIVE_INT_TYPE | getNumMsgsDropped () |
| return number of messages dropped More...
|
|
void | incNumMsgDropped () |
| increment the number of messages dropped More...
|
|
| PassiveComponentBase (const char *name) |
| Named constructor. More...
|
|
virtual | ~PassiveComponentBase () |
| Destructor. More...
|
|
void | init (NATIVE_INT_TYPE instance) |
| Initialization function. More...
|
|
NATIVE_INT_TYPE | getInstance () const |
|
| ObjBase (const char *name) |
| ObjBase constructor. More...
|
|
virtual | ~ObjBase () |
| Destructor. More...
|
|
void | init () |
| Object initializer. More...
|
|
Definition at line 22 of file TlmChan.hpp.