![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/SeqDispatcher/SeqDispatcher.hpp>
Protected Member Functions | |
| void | seqDoneIn_handler (NATIVE_INT_TYPE portNum, FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdResponse &response) |
| Handler for input port seqDoneIn. More... | |
| void | seqStartIn_handler (NATIVE_INT_TYPE portNum, const Fw::StringBase &fileName) |
| Handler for input port seqStartIn. More... | |
| void | seqRunIn_handler (NATIVE_INT_TYPE portNum, const Fw::StringBase &fileName) |
| Handler for input port seqRunIn. More... | |
Protected Member Functions inherited from Svc::SeqDispatcherComponentBase | |
| SeqDispatcherComponentBase (const char *compName="") | |
| Construct SeqDispatcherComponentBase object. More... | |
| virtual | ~SeqDispatcherComponentBase () |
| Destroy SeqDispatcherComponentBase object. More... | |
| FwIndexType | getNum_cmdIn_InputPorts () const |
| FwIndexType | getNum_seqDoneIn_InputPorts () const |
| FwIndexType | getNum_seqRunIn_InputPorts () const |
| FwIndexType | getNum_seqStartIn_InputPorts () const |
| FwIndexType | getNum_cmdRegOut_OutputPorts () const |
| FwIndexType | getNum_cmdResponseOut_OutputPorts () const |
| FwIndexType | getNum_logOut_OutputPorts () const |
| FwIndexType | getNum_timeCaller_OutputPorts () const |
| FwIndexType | getNum_tlmOut_OutputPorts () const |
| FwIndexType | getNum_seqRunOut_OutputPorts () const |
| bool | isConnected_cmdRegOut_OutputPort (FwIndexType portNum) |
| bool | isConnected_cmdResponseOut_OutputPort (FwIndexType portNum) |
| bool | isConnected_logOut_OutputPort (FwIndexType portNum) |
| bool | isConnected_timeCaller_OutputPort (FwIndexType portNum) |
| bool | isConnected_tlmOut_OutputPort (FwIndexType portNum) |
| bool | isConnected_seqRunOut_OutputPort (FwIndexType portNum) |
| void | seqDoneIn_handlerBase (FwIndexType portNum, FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdResponse &response) |
| Handler base-class function for input port seqDoneIn. More... | |
| void | seqRunIn_handlerBase (FwIndexType portNum, const Fw::StringBase &filename) |
| Handler base-class function for input port seqRunIn. More... | |
| void | seqStartIn_handlerBase (FwIndexType portNum, const Fw::StringBase &filename) |
| Handler base-class function for input port seqStartIn. More... | |
| virtual void | seqDoneIn_preMsgHook (FwIndexType portNum, FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdResponse &response) |
| Pre-message hook for async input port seqDoneIn. More... | |
| virtual void | seqRunIn_preMsgHook (FwIndexType portNum, const Fw::StringBase &filename) |
| Pre-message hook for async input port seqRunIn. More... | |
| virtual void | seqStartIn_preMsgHook (FwIndexType portNum, const Fw::StringBase &filename) |
| Pre-message hook for async input port seqStartIn. More... | |
| void | seqRunOut_out (FwIndexType portNum, const Fw::StringBase &filename) |
| Invoke output port seqRunOut. More... | |
| void | cmdResponse_out (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdResponse response) |
| Emit command response. More... | |
| void | RUN_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
| void | LOG_STATUS_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
| virtual void | RUN_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command RUN. More... | |
| virtual void | LOG_STATUS_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command LOG_STATUS. More... | |
| void | log_WARNING_HI_InvalidSequencer (U16 idx) |
| Log event InvalidSequencer. More... | |
| void | log_WARNING_HI_NoAvailableSequencers () |
| Log event NoAvailableSequencers. More... | |
| void | log_WARNING_LO_UnknownSequenceFinished (U16 idx) |
| Log event UnknownSequenceFinished. More... | |
| void | log_WARNING_HI_ConflictingSequenceStarted (U16 idx, const Fw::StringBase &newSequence, const Fw::StringBase &sequenceInInternalState) |
| Log event ConflictingSequenceStarted. More... | |
| void | log_WARNING_LO_UnexpectedSequenceStarted (U16 idx, const Fw::StringBase &newSequence) |
| Log event UnexpectedSequenceStarted. More... | |
| void | log_ACTIVITY_LO_LogSequencerStatus (U16 idx, Svc::SeqDispatcher_CmdSequencerState state, const Fw::StringBase &filename) |
| Log event LogSequencerStatus. More... | |
| void | tlmWrite_dispatchedCount (U32 arg, Fw::Time _tlmTime=Fw::Time()) |
| void | tlmWrite_errorCount (U32 arg, Fw::Time _tlmTime=Fw::Time()) |
| void | tlmWrite_sequencersAvailable (U32 arg, Fw::Time _tlmTime=Fw::Time()) |
| Fw::Time | getTime () |
Protected Member Functions inherited from Fw::ActiveComponentBase | |
| 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... | |
Protected Member Functions inherited from Fw::QueuedComponentBase | |
| 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... | |
Protected Member Functions inherited from Fw::PassiveComponentBase | |
| 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 |
Protected Member Functions inherited from Fw::ObjBase | |
| ObjBase (const char *name) | |
| ObjBase constructor. More... | |
| virtual | ~ObjBase () |
| Destructor. More... | |
| void | init () |
| Object initializer. More... | |
Definition at line 18 of file SeqDispatcher.hpp.
| Svc::SeqDispatcher::SeqDispatcher | ( | const char *const | compName | ) |
Construct object SeqDispatcher
| compName | The component name |
Definition at line 15 of file SeqDispatcher.cpp.
| Svc::SeqDispatcher::~SeqDispatcher | ( | ) |
Destroy object SeqDispatcher
Definition at line 18 of file SeqDispatcher.cpp.
|
protectedvirtual |
Handler for input port seqDoneIn.
| portNum | The port number |
| opCode | Command Op Code |
| cmdSeq | Command Sequence |
| response | The command response argument |
Implements Svc::SeqDispatcherComponentBase.
Definition at line 93 of file SeqDispatcher.cpp.
|
protectedvirtual |
Handler for input port seqRunIn.
| portNum | The port number |
| fileName | The sequence file |
Implements Svc::SeqDispatcherComponentBase.
Definition at line 139 of file SeqDispatcher.cpp.
|
protectedvirtual |
Handler for input port seqStartIn.
| portNum | The port number |
| fileName | The sequence file |
Implements Svc::SeqDispatcherComponentBase.
Definition at line 60 of file SeqDispatcher.cpp.