|
| virtual FwChanIdType | doHash (FwChanIdType id) |
| |
| | TlmChanComponentBase (const char *compName="") |
| | Construct TlmChanComponentBase object. More...
|
| |
| virtual | ~TlmChanComponentBase () |
| | Destroy TlmChanComponentBase object. More...
|
| |
| 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...
|
| |
| Fw::TlmValid | 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 (FwEnumStoreType 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 (FwEnumStoreType instance) |
| | initialization function More...
|
| |
| Os::Queue::Status | createQueue (FwSizeType depth, FwSizeType msgSize) |
| |
| FwSizeType | 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 (FwEnumStoreType instance) |
| | Initialization function. More...
|
| |
| FwEnumStoreType | getInstance () const |
| |
| | ObjBase (const char *name) |
| | ObjBase constructor. More...
|
| |
| virtual | ~ObjBase () |
| | Destructor. More...
|
| |
| void | init () |
| | Object initializer. More...
|
| |
|
| enum | { ACTIVE_COMPONENT_EXIT
} |
| |
| enum | MsgDispatchStatus { MSG_DISPATCH_OK,
MSG_DISPATCH_EMPTY,
MSG_DISPATCH_ERROR,
MSG_DISPATCH_EXIT
} |
| |
| enum | { NUM_RUN_INPUT_PORTS = 1,
NUM_TLMGET_INPUT_PORTS = 1,
NUM_TLMRECV_INPUT_PORTS = 1,
NUM_PINGIN_INPUT_PORTS = 1
} |
| | Enumerations for numbers of typed input ports. More...
|
| |
| enum | { NUM_PKTSEND_OUTPUT_PORTS = 1,
NUM_PINGOUT_OUTPUT_PORTS = 1
} |
| | Enumerations for numbers of typed output ports. More...
|
| |
| enum | Lifecycle { CREATED,
DISPATCHING,
FINALIZING,
DONE
} |
| | Tracks the lifecycle of the component. More...
|
| |
| static constexpr FwIndexType | getNum_Run_InputPorts () |
| |
| static constexpr FwIndexType | getNum_TlmGet_InputPorts () |
| |
| static constexpr FwIndexType | getNum_TlmRecv_InputPorts () |
| |
| static constexpr FwIndexType | getNum_pingIn_InputPorts () |
| |
| static constexpr FwIndexType | getNum_PktSend_OutputPorts () |
| |
| static constexpr FwIndexType | getNum_pingOut_OutputPorts () |
| |
| Os::Task | m_task |
| | task object for active component More...
|
| |
| Os::Queue | m_queue |
| | queue object for active component More...
|
| |
Definition at line 22 of file TlmChan.hpp.