![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
Auto-generated base for CmdSequencer component. More...
#include <Svc/CmdSequencer/CmdSequencerComponentAc.hpp>
Protected Member Functions | |
| CmdSequencerComponentBase (const char *compName="") | |
| Construct CmdSequencerComponentBase object. More... | |
| virtual | ~CmdSequencerComponentBase () |
| Destroy CmdSequencerComponentBase object. More... | |
| NATIVE_INT_TYPE | getNum_cmdIn_InputPorts () const |
| NATIVE_INT_TYPE | getNum_cmdResponseIn_InputPorts () const |
| NATIVE_INT_TYPE | getNum_pingIn_InputPorts () const |
| NATIVE_INT_TYPE | getNum_schedIn_InputPorts () const |
| NATIVE_INT_TYPE | getNum_seqCancelIn_InputPorts () const |
| NATIVE_INT_TYPE | getNum_seqRunIn_InputPorts () const |
| NATIVE_INT_TYPE | getNum_cmdRegOut_OutputPorts () const |
| NATIVE_INT_TYPE | getNum_cmdResponseOut_OutputPorts () const |
| NATIVE_INT_TYPE | getNum_logOut_OutputPorts () const |
| NATIVE_INT_TYPE | getNum_timeCaller_OutputPorts () const |
| NATIVE_INT_TYPE | getNum_tlmOut_OutputPorts () const |
| NATIVE_INT_TYPE | getNum_comCmdOut_OutputPorts () const |
| NATIVE_INT_TYPE | getNum_pingOut_OutputPorts () const |
| NATIVE_INT_TYPE | getNum_seqDone_OutputPorts () const |
| bool | isConnected_cmdRegOut_OutputPort (NATIVE_INT_TYPE portNum) |
| bool | isConnected_cmdResponseOut_OutputPort (NATIVE_INT_TYPE portNum) |
| bool | isConnected_logOut_OutputPort (NATIVE_INT_TYPE portNum) |
| bool | isConnected_timeCaller_OutputPort (NATIVE_INT_TYPE portNum) |
| bool | isConnected_tlmOut_OutputPort (NATIVE_INT_TYPE portNum) |
| bool | isConnected_comCmdOut_OutputPort (NATIVE_INT_TYPE portNum) |
| bool | isConnected_pingOut_OutputPort (NATIVE_INT_TYPE portNum) |
| bool | isConnected_seqDone_OutputPort (NATIVE_INT_TYPE portNum) |
| virtual void | cmdResponseIn_handler (NATIVE_INT_TYPE portNum, FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdResponse &response)=0 |
| Handler for input port cmdResponseIn. More... | |
| virtual void | pingIn_handler (NATIVE_INT_TYPE portNum, U32 key)=0 |
| Handler for input port pingIn. More... | |
| virtual void | schedIn_handler (NATIVE_INT_TYPE portNum, NATIVE_UINT_TYPE context)=0 |
| Handler for input port schedIn. More... | |
| virtual void | seqCancelIn_handler (NATIVE_INT_TYPE portNum)=0 |
| Handler for input port seqCancelIn. More... | |
| virtual void | seqRunIn_handler (NATIVE_INT_TYPE portNum, Fw::String &filename)=0 |
| Handler for input port seqRunIn. More... | |
| void | cmdResponseIn_handlerBase (NATIVE_INT_TYPE portNum, FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdResponse &response) |
| Handler base-class function for input port cmdResponseIn. More... | |
| void | pingIn_handlerBase (NATIVE_INT_TYPE portNum, U32 key) |
| Handler base-class function for input port pingIn. More... | |
| void | schedIn_handlerBase (NATIVE_INT_TYPE portNum, NATIVE_UINT_TYPE context) |
| Handler base-class function for input port schedIn. More... | |
| void | seqCancelIn_handlerBase (NATIVE_INT_TYPE portNum) |
| Handler base-class function for input port seqCancelIn. More... | |
| void | seqRunIn_handlerBase (NATIVE_INT_TYPE portNum, Fw::String &filename) |
| Handler base-class function for input port seqRunIn. More... | |
| virtual void | cmdResponseIn_preMsgHook (NATIVE_INT_TYPE portNum, FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdResponse &response) |
| Pre-message hook for async input port cmdResponseIn. More... | |
| virtual void | pingIn_preMsgHook (NATIVE_INT_TYPE portNum, U32 key) |
| Pre-message hook for async input port pingIn. More... | |
| virtual void | schedIn_preMsgHook (NATIVE_INT_TYPE portNum, NATIVE_UINT_TYPE context) |
| Pre-message hook for async input port schedIn. More... | |
| virtual void | seqCancelIn_preMsgHook (NATIVE_INT_TYPE portNum) |
| Pre-message hook for async input port seqCancelIn. More... | |
| virtual void | seqRunIn_preMsgHook (NATIVE_INT_TYPE portNum, Fw::String &filename) |
| Pre-message hook for async input port seqRunIn. More... | |
| void | comCmdOut_out (NATIVE_INT_TYPE portNum, Fw::ComBuffer &data, U32 context) |
| Invoke output port comCmdOut. More... | |
| void | pingOut_out (NATIVE_INT_TYPE portNum, U32 key) |
| Invoke output port pingOut. More... | |
| void | seqDone_out (NATIVE_INT_TYPE portNum, FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdResponse &response) |
| Invoke output port seqDone. More... | |
| void | cmdResponse_out (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdResponse response) |
| Emit command response. More... | |
| virtual void | CS_RUN_cmdHandler (FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdStringArg &fileName, Svc::CmdSequencer_BlockState block)=0 |
| virtual void | CS_VALIDATE_cmdHandler (FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdStringArg &fileName)=0 |
| virtual void | CS_CANCEL_cmdHandler (FwOpcodeType opCode, U32 cmdSeq)=0 |
| virtual void | CS_START_cmdHandler (FwOpcodeType opCode, U32 cmdSeq)=0 |
| virtual void | CS_STEP_cmdHandler (FwOpcodeType opCode, U32 cmdSeq)=0 |
| virtual void | CS_AUTO_cmdHandler (FwOpcodeType opCode, U32 cmdSeq)=0 |
| virtual void | CS_MANUAL_cmdHandler (FwOpcodeType opCode, U32 cmdSeq)=0 |
| virtual void | CS_JOIN_WAIT_cmdHandler (FwOpcodeType opCode, U32 cmdSeq)=0 |
| void | CS_RUN_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
| void | CS_VALIDATE_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
| void | CS_CANCEL_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
| void | CS_START_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
| void | CS_STEP_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
| void | CS_AUTO_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
| void | CS_MANUAL_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
| void | CS_JOIN_WAIT_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
| virtual void | CS_RUN_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command CS_RUN. More... | |
| virtual void | CS_VALIDATE_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command CS_VALIDATE. More... | |
| virtual void | CS_CANCEL_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command CS_CANCEL. More... | |
| virtual void | CS_START_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command CS_START. More... | |
| virtual void | CS_STEP_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command CS_STEP. More... | |
| virtual void | CS_AUTO_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command CS_AUTO. More... | |
| virtual void | CS_MANUAL_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command CS_MANUAL. More... | |
| virtual void | CS_JOIN_WAIT_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command CS_JOIN_WAIT. More... | |
| void | log_ACTIVITY_LO_CS_SequenceLoaded (const Fw::LogStringArg &fileName) |
| void | log_ACTIVITY_HI_CS_SequenceCanceled (const Fw::LogStringArg &fileName) |
| void | log_WARNING_HI_CS_FileReadError (const Fw::LogStringArg &fileName) |
| void | log_WARNING_HI_CS_FileInvalid (const Fw::LogStringArg &fileName, Svc::CmdSequencer_FileReadStage stage, I32 error) |
| void | log_WARNING_HI_CS_RecordInvalid (const Fw::LogStringArg &fileName, U32 recordNumber, I32 error) |
| void | log_WARNING_HI_CS_FileSizeError (const Fw::LogStringArg &fileName, U32 size) |
| void | log_WARNING_HI_CS_FileNotFound (const Fw::LogStringArg &fileName) |
| void | log_WARNING_HI_CS_FileCrcFailure (const Fw::LogStringArg &fileName, U32 storedCRC, U32 computedCRC) |
| void | log_ACTIVITY_LO_CS_CommandComplete (const Fw::LogStringArg &fileName, U32 recordNumber, U32 opCode) |
| void | log_ACTIVITY_HI_CS_SequenceComplete (const Fw::LogStringArg &fileName) |
| void | log_WARNING_HI_CS_CommandError (const Fw::LogStringArg &fileName, U32 recordNumber, U32 opCode, U32 errorStatus) |
| void | log_WARNING_HI_CS_InvalidMode () |
| void | log_WARNING_HI_CS_RecordMismatch (const Fw::LogStringArg &fileName, U32 header_records, U32 extra_bytes) |
| void | log_WARNING_HI_CS_TimeBaseMismatch (const Fw::LogStringArg &fileName, U16 time_base, U16 seq_time_base) |
| void | log_WARNING_HI_CS_TimeContextMismatch (const Fw::LogStringArg &fileName, U8 currTimeBase, U8 seqTimeBase) |
| void | log_ACTIVITY_HI_CS_PortSequenceStarted (const Fw::LogStringArg &filename) |
| void | log_WARNING_HI_CS_UnexpectedCompletion (U32 opcode) |
| void | log_ACTIVITY_HI_CS_ModeSwitched (Svc::CmdSequencer_SeqMode mode) |
| void | log_WARNING_LO_CS_NoSequenceActive () |
| void | log_ACTIVITY_HI_CS_SequenceValid (const Fw::LogStringArg &filename) |
| void | log_WARNING_HI_CS_SequenceTimeout (const Fw::LogStringArg &filename, U32 command) |
| void | log_ACTIVITY_HI_CS_CmdStepped (const Fw::LogStringArg &filename, U32 command) |
| void | log_ACTIVITY_HI_CS_CmdStarted (const Fw::LogStringArg &filename) |
| void | log_ACTIVITY_HI_CS_JoinWaiting (const Fw::LogStringArg &filename, U32 recordNumber, U32 opCode) |
| void | log_WARNING_HI_CS_JoinWaitingNotComplete () |
| void | tlmWrite_CS_LoadCommands (U32 arg, Fw::Time _tlmTime=Fw::Time()) |
| void | tlmWrite_CS_CancelCommands (U32 arg, Fw::Time _tlmTime=Fw::Time()) |
| void | tlmWrite_CS_Errors (U32 arg, Fw::Time _tlmTime=Fw::Time()) |
| void | tlmWrite_CS_CommandsExecuted (U32 arg, Fw::Time _tlmTime=Fw::Time()) |
| void | tlmWrite_CS_SequencesCompleted (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... | |
| virtual void | loop () |
| The function that will loop 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::QueueStatus | createQueue (NATIVE_INT_TYPE depth, NATIVE_INT_TYPE 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... | |
Friends | |
| class | CmdSequencerComponentBaseFriend |
| Friend class for white-box testing. More... | |
Additional Inherited Members | |
Public Types inherited from Fw::ActiveComponentBase | |
| enum | { ACTIVE_COMPONENT_EXIT } |
Public Types inherited from Fw::QueuedComponentBase | |
| enum | MsgDispatchStatus { MSG_DISPATCH_OK , MSG_DISPATCH_EMPTY , MSG_DISPATCH_ERROR , MSG_DISPATCH_EXIT } |
Protected Attributes inherited from Fw::ActiveComponentBase | |
| Os::Task | m_task |
| task object for active component More... | |
Protected Attributes inherited from Fw::QueuedComponentBase | |
| Os::Queue | m_queue |
| queue object for active component More... | |
Auto-generated base for CmdSequencer component.
A component for running command sequences
Definition at line 41 of file CmdSequencerComponentAc.hpp.
|
protected |
Enumerations for numbers of special input ports.
| Enumerator | |
|---|---|
| NUM_CMDIN_INPUT_PORTS | |
Definition at line 59 of file CmdSequencerComponentAc.hpp.
|
protected |
Enumerations for numbers of typed input ports.
| Enumerator | |
|---|---|
| NUM_CMDRESPONSEIN_INPUT_PORTS | |
| NUM_PINGIN_INPUT_PORTS | |
| NUM_SCHEDIN_INPUT_PORTS | |
| NUM_SEQCANCELIN_INPUT_PORTS | |
| NUM_SEQRUNIN_INPUT_PORTS | |
Definition at line 64 of file CmdSequencerComponentAc.hpp.
|
protected |
Enumerations for numbers of special output ports.
| Enumerator | |
|---|---|
| NUM_LOGTEXT_OUTPUT_PORTS | |
| NUM_CMDREGOUT_OUTPUT_PORTS | |
| NUM_CMDRESPONSEOUT_OUTPUT_PORTS | |
| NUM_LOGOUT_OUTPUT_PORTS | |
| NUM_TIMECALLER_OUTPUT_PORTS | |
| NUM_TLMOUT_OUTPUT_PORTS | |
Definition at line 73 of file CmdSequencerComponentAc.hpp.
|
protected |
Enumerations for numbers of typed output ports.
| Enumerator | |
|---|---|
| NUM_COMCMDOUT_OUTPUT_PORTS | |
| NUM_PINGOUT_OUTPUT_PORTS | |
| NUM_SEQDONE_OUTPUT_PORTS | |
Definition at line 83 of file CmdSequencerComponentAc.hpp.
|
protected |
Command opcodes.
Definition at line 90 of file CmdSequencerComponentAc.hpp.
|
protected |
Event IDs.
Definition at line 102 of file CmdSequencerComponentAc.hpp.
|
protected |
Channel IDs.
Definition at line 131 of file CmdSequencerComponentAc.hpp.
|
protected |
Construct CmdSequencerComponentBase object.
| compName | The component name |
Definition at line 944 of file CmdSequencerComponentAc.cpp.
|
protectedvirtual |
Destroy CmdSequencerComponentBase object.
Definition at line 951 of file CmdSequencerComponentAc.cpp.
|
protected |
Emit command response.
| opCode | The opcode |
| cmdSeq | The command sequence number |
| response | The command response |
Definition at line 1565 of file CmdSequencerComponentAc.cpp.
|
protectedpure virtual |
Handler for input port cmdResponseIn.
| portNum | The port number |
| opCode | Command Op Code |
| cmdSeq | Command Sequence |
| response | The command response argument |
|
protected |
Handler base-class function for input port cmdResponseIn.
| portNum | The port number |
| opCode | Command Op Code |
| cmdSeq | Command Sequence |
| response | The command response argument |
Definition at line 1184 of file CmdSequencerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for async input port cmdResponseIn.
| portNum | The port number |
| opCode | Command Op Code |
| cmdSeq | Command Sequence |
| response | The command response argument |
Definition at line 1462 of file CmdSequencerComponentAc.cpp.
|
protected |
Invoke output port comCmdOut.
| portNum | The port number |
| data | Buffer containing packet data |
| context | Call context value; meaning chosen by user |
Definition at line 1510 of file CmdSequencerComponentAc.cpp.
|
protectedpure virtual |
Handler for command CS_AUTO
Set the run mode to AUTO.
| opCode | The opcode |
| cmdSeq | The command sequence number |
|
protected |
Base-class handler function for command CS_AUTO
Set the run mode to AUTO.
| opCode | The opcode |
| cmdSeq | The command sequence number |
| args | The command argument buffer |
Definition at line 1877 of file CmdSequencerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for command CS_AUTO.
| opCode | The opcode |
| cmdSeq | The command sequence number |
Definition at line 2117 of file CmdSequencerComponentAc.cpp.
|
protectedpure virtual |
Handler for command CS_CANCEL
Cancel a command sequence
| opCode | The opcode |
| cmdSeq | The command sequence number |
|
protected |
Base-class handler function for command CS_CANCEL
Cancel a command sequence
| opCode | The opcode |
| cmdSeq | The command sequence number |
| args | The command argument buffer |
Definition at line 1700 of file CmdSequencerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for command CS_CANCEL.
| opCode | The opcode |
| cmdSeq | The command sequence number |
Definition at line 2084 of file CmdSequencerComponentAc.cpp.
|
protectedpure virtual |
Handler for command CS_JOIN_WAIT
Wait for sequences that are running to finish. Allow user to run multiple seq files in SEQ_NO_BLOCK mode then wait for them to finish before allowing more seq run request.
| opCode | The opcode |
| cmdSeq | The command sequence number |
|
protected |
Base-class handler function for command CS_JOIN_WAIT
Wait for sequences that are running to finish. Allow user to run multiple seq files in SEQ_NO_BLOCK mode then wait for them to finish before allowing more seq run request.
| opCode | The opcode |
| cmdSeq | The command sequence number |
| args | The command argument buffer |
Definition at line 1995 of file CmdSequencerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for command CS_JOIN_WAIT.
| opCode | The opcode |
| cmdSeq | The command sequence number |
Definition at line 2139 of file CmdSequencerComponentAc.cpp.
|
protectedpure virtual |
Handler for command CS_MANUAL
Set the run mode to MANUAL.
| opCode | The opcode |
| cmdSeq | The command sequence number |
|
protected |
Base-class handler function for command CS_MANUAL
Set the run mode to MANUAL.
| opCode | The opcode |
| cmdSeq | The command sequence number |
| args | The command argument buffer |
Definition at line 1936 of file CmdSequencerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for command CS_MANUAL.
| opCode | The opcode |
| cmdSeq | The command sequence number |
Definition at line 2128 of file CmdSequencerComponentAc.cpp.
|
protectedpure virtual |
Handler for command CS_RUN
Run a command sequence file
| opCode | The opcode |
| cmdSeq | The command sequence number |
| fileName | The name of the sequence file |
| block | Return command status when complete or not |
|
protected |
Base-class handler function for command CS_RUN
Run a command sequence file
| opCode | The opcode |
| cmdSeq | The command sequence number |
| args | The command argument buffer |
Definition at line 1582 of file CmdSequencerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for command CS_RUN.
| opCode | The opcode |
| cmdSeq | The command sequence number |
Definition at line 2062 of file CmdSequencerComponentAc.cpp.
|
protectedpure virtual |
Handler for command CS_START
Start running a command sequence
| opCode | The opcode |
| cmdSeq | The command sequence number |
|
protected |
Base-class handler function for command CS_START
Start running a command sequence
| opCode | The opcode |
| cmdSeq | The command sequence number |
| args | The command argument buffer |
Definition at line 1759 of file CmdSequencerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for command CS_START.
| opCode | The opcode |
| cmdSeq | The command sequence number |
Definition at line 2095 of file CmdSequencerComponentAc.cpp.
|
protectedpure virtual |
Handler for command CS_STEP
Perform one step in a command sequence. Valid only if CmdSequencer is in MANUAL run mode.
| opCode | The opcode |
| cmdSeq | The command sequence number |
|
protected |
Base-class handler function for command CS_STEP
Perform one step in a command sequence. Valid only if CmdSequencer is in MANUAL run mode.
| opCode | The opcode |
| cmdSeq | The command sequence number |
| args | The command argument buffer |
Definition at line 1818 of file CmdSequencerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for command CS_STEP.
| opCode | The opcode |
| cmdSeq | The command sequence number |
Definition at line 2106 of file CmdSequencerComponentAc.cpp.
|
protectedpure virtual |
Handler for command CS_VALIDATE
Validate a command sequence file
| opCode | The opcode |
| cmdSeq | The command sequence number |
| fileName | The name of the sequence file |
|
protected |
Base-class handler function for command CS_VALIDATE
Validate a command sequence file
| opCode | The opcode |
| cmdSeq | The command sequence number |
| args | The command argument buffer |
Definition at line 1641 of file CmdSequencerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for command CS_VALIDATE.
| opCode | The opcode |
| cmdSeq | The command sequence number |
Definition at line 2073 of file CmdSequencerComponentAc.cpp.
| Fw::InputCmdPort * Svc::CmdSequencerComponentBase::get_cmdIn_InputPort | ( | NATIVE_INT_TYPE | portNum | ) |
Get special input port at index
| portNum | The port number |
Definition at line 544 of file CmdSequencerComponentAc.cpp.
| Fw::InputCmdResponsePort * Svc::CmdSequencerComponentBase::get_cmdResponseIn_InputPort | ( | NATIVE_INT_TYPE | portNum | ) |
Get typed input port at index
| portNum | The port number |
Definition at line 559 of file CmdSequencerComponentAc.cpp.
| Svc::InputPingPort * Svc::CmdSequencerComponentBase::get_pingIn_InputPort | ( | NATIVE_INT_TYPE | portNum | ) |
Get typed input port at index
| portNum | The port number |
Definition at line 570 of file CmdSequencerComponentAc.cpp.
| Svc::InputSchedPort * Svc::CmdSequencerComponentBase::get_schedIn_InputPort | ( | NATIVE_INT_TYPE | portNum | ) |
Get typed input port at index
| portNum | The port number |
Definition at line 581 of file CmdSequencerComponentAc.cpp.
| Svc::InputCmdSeqCancelPort * Svc::CmdSequencerComponentBase::get_seqCancelIn_InputPort | ( | NATIVE_INT_TYPE | portNum | ) |
Get typed input port at index
| portNum | The port number |
Definition at line 592 of file CmdSequencerComponentAc.cpp.
| Svc::InputCmdSeqInPort * Svc::CmdSequencerComponentBase::get_seqRunIn_InputPort | ( | NATIVE_INT_TYPE | portNum | ) |
Get typed input port at index
| portNum | The port number |
Definition at line 603 of file CmdSequencerComponentAc.cpp.
|
protected |
Get the number of cmdIn input ports
Definition at line 961 of file CmdSequencerComponentAc.cpp.
|
protected |
Get the number of cmdRegOut output ports
Definition at line 1015 of file CmdSequencerComponentAc.cpp.
|
protected |
Get the number of cmdResponseIn input ports
Definition at line 971 of file CmdSequencerComponentAc.cpp.
|
protected |
Get the number of cmdResponseOut output ports
Definition at line 1021 of file CmdSequencerComponentAc.cpp.
|
protected |
Get the number of comCmdOut output ports
Definition at line 1049 of file CmdSequencerComponentAc.cpp.
|
protected |
Get the number of logOut output ports
Definition at line 1027 of file CmdSequencerComponentAc.cpp.
|
protected |
Get the number of pingIn input ports
Definition at line 977 of file CmdSequencerComponentAc.cpp.
|
protected |
Get the number of pingOut output ports
Definition at line 1055 of file CmdSequencerComponentAc.cpp.
|
protected |
Get the number of schedIn input ports
Definition at line 983 of file CmdSequencerComponentAc.cpp.
|
protected |
Get the number of seqCancelIn input ports
Definition at line 989 of file CmdSequencerComponentAc.cpp.
|
protected |
Get the number of seqDone output ports
Definition at line 1061 of file CmdSequencerComponentAc.cpp.
|
protected |
Get the number of seqRunIn input ports
Definition at line 995 of file CmdSequencerComponentAc.cpp.
|
protected |
Get the number of timeCaller output ports
Definition at line 1033 of file CmdSequencerComponentAc.cpp.
|
protected |
Get the number of tlmOut output ports
Definition at line 1039 of file CmdSequencerComponentAc.cpp.
|
protected |
| void Svc::CmdSequencerComponentBase::init | ( | NATIVE_INT_TYPE | queueDepth, |
| NATIVE_INT_TYPE | instance = 0 |
||
| ) |
Initialize CmdSequencerComponentBase object.
| queueDepth | The queue depth |
| instance | The instance number |
Definition at line 84 of file CmdSequencerComponentAc.cpp.
|
protected |
Check whether port cmdRegOut is connected
| portNum | The port number |
Definition at line 1086 of file CmdSequencerComponentAc.cpp.
|
protected |
Check whether port cmdResponseOut is connected
| portNum | The port number |
Definition at line 1097 of file CmdSequencerComponentAc.cpp.
|
protected |
Check whether port comCmdOut is connected
| portNum | The port number |
Definition at line 1145 of file CmdSequencerComponentAc.cpp.
|
protected |
Check whether port logOut is connected
| portNum | The port number |
Definition at line 1108 of file CmdSequencerComponentAc.cpp.
|
protected |
Check whether port pingOut is connected
| portNum | The port number |
Definition at line 1156 of file CmdSequencerComponentAc.cpp.
|
protected |
Check whether port seqDone is connected
| portNum | The port number |
Definition at line 1167 of file CmdSequencerComponentAc.cpp.
|
protected |
Check whether port timeCaller is connected
| portNum | The port number |
Definition at line 1119 of file CmdSequencerComponentAc.cpp.
|
protected |
Check whether port tlmOut is connected
| portNum | The port number |
Definition at line 1130 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_CmdStarted
A manual sequence was started
| filename | The sequence file |
Definition at line 4264 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_CmdStepped
A command in a sequence was stepped through
| filename | The sequence file |
| command | The command that was stepped |
Definition at line 4166 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_JoinWaiting
Wait for the current running sequence file complete
| filename | The sequence file |
| recordNumber | The record number |
| opCode | The opcode |
Definition at line 4342 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_ModeSwitched
Switched step mode
| mode | The new mode |
Definition at line 3828 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_PortSequenceStarted
A local port request to run a sequence was started
| filename | The sequence file |
Definition at line 3662 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_SequenceCanceled
A command sequence was successfully canceled.
| fileName | The name of the sequence file |
Definition at line 2232 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_SequenceComplete
A command sequence successfully completed.
| fileName | The name of the sequence file |
Definition at line 3031 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_SequenceValid
A sequence passed validation
| filename | The sequence file |
Definition at line 3990 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_CommandComplete
The Command Sequencer issued a command and received a success status in return.
| fileName | The name of the sequence file |
| recordNumber | The record number of the command |
| opCode | The command opcode |
Definition at line 2915 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_SequenceLoaded
Sequence file was successfully loaded.
| fileName | The name of the sequence file |
Definition at line 2154 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_CommandError
The Command Sequencer issued a command and received an error status in return.
| fileName | The name of the sequence file |
| recordNumber | The record number |
| opCode | The opcode |
| errorStatus | The error status |
Definition at line 3109 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_FileCrcFailure
The sequence file validation failed
| fileName | The sequence file |
| storedCRC | The CRC stored in the file |
| computedCRC | The CRC computed over the file |
Definition at line 2799 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_FileInvalid
The sequence file format was invalid.
| fileName | The name of the sequence file |
| stage | The read stage |
| error | The error code |
Definition at line 2388 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_FileNotFound
The sequence file was not found
| fileName | The sequence file |
Definition at line 2721 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_FileReadError
The Sequence File Loader could not read the sequence file.
| fileName | The name of the sequence file |
Definition at line 2310 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_FileSizeError
The sequence file was too large.
| fileName | The name of the sequence file |
| size | Invalid size |
Definition at line 2623 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_InvalidMode
The Command Sequencer received a command that was invalid for its current mode.
Definition at line 3243 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_JoinWaitingNotComplete
Cannot run new sequence when current sequence file is still running.
Definition at line 4458 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_RecordInvalid
The format of a command record was invalid.
| fileName | The name of the sequence file |
| recordNumber | The record number |
| error | The error code |
Definition at line 2507 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_RecordMismatch
Number of records in header doesn't match number in file
| fileName | The name of the sequence file |
| header_records | The number of records in the header |
| extra_bytes | The number of bytes beyond last record |
Definition at line 3314 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_SequenceTimeout
A sequence passed validation
| filename | The sequence file |
| command | The command that timed out |
Definition at line 4068 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_TimeBaseMismatch
The running time base doesn't match the time base in the sequence files
| fileName | The name of the sequence file |
| time_base | The current time |
| seq_time_base | The sequence time base |
Definition at line 3430 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_TimeContextMismatch
The running time base doesn't match the time base in the sequence files
| fileName | The name of the sequence file |
| currTimeBase | The current time base |
| seqTimeBase | The sequence time base |
Definition at line 3546 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_UnexpectedCompletion
A command status came back when no sequence was running
| opcode | The reported opcode |
Definition at line 3740 of file CmdSequencerComponentAc.cpp.
|
protected |
Log event CS_NoSequenceActive
A sequence related command came with no active sequence
Definition at line 3919 of file CmdSequencerComponentAc.cpp.
|
protectedpure virtual |
Handler for input port pingIn.
| portNum | The port number |
| key | Value to return to pinger |
|
protected |
Handler base-class function for input port pingIn.
| portNum | The port number |
| key | Value to return to pinger |
Definition at line 1255 of file CmdSequencerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for async input port pingIn.
| portNum | The port number |
| key | Value to return to pinger |
Definition at line 1473 of file CmdSequencerComponentAc.cpp.
|
protected |
Invoke output port pingOut.
| portNum | The port number |
| key | Value to return to pinger |
Definition at line 1527 of file CmdSequencerComponentAc.cpp.
| void Svc::CmdSequencerComponentBase::regCommands | ( | ) |
Register commands with the Command Dispatcher.
Connect the dispatcher first
Definition at line 902 of file CmdSequencerComponentAc.cpp.
|
protectedpure virtual |
Handler for input port schedIn.
| portNum | The port number |
| context | The call order |
|
protected |
Handler base-class function for input port schedIn.
| portNum | The port number |
| context | The call order |
Definition at line 1308 of file CmdSequencerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for async input port schedIn.
| portNum | The port number |
| context | The call order |
Definition at line 1482 of file CmdSequencerComponentAc.cpp.
|
protectedpure virtual |
Handler for input port seqCancelIn.
| portNum | The port number |
|
protected |
Handler base-class function for input port seqCancelIn.
| portNum | The port number |
Definition at line 1361 of file CmdSequencerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for async input port seqCancelIn.
| portNum | The port number |
Definition at line 1491 of file CmdSequencerComponentAc.cpp.
|
protected |
Invoke output port seqDone.
| portNum | The port number |
| opCode | Command Op Code |
| cmdSeq | Command Sequence |
| response | The command response argument |
Definition at line 1542 of file CmdSequencerComponentAc.cpp.
|
protectedpure virtual |
Handler for input port seqRunIn.
| portNum | The port number |
| filename | The sequence file |
|
protected |
Handler base-class function for input port seqRunIn.
| portNum | The port number |
| filename | The sequence file |
Definition at line 1401 of file CmdSequencerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for async input port seqRunIn.
| portNum | The port number |
| filename | The sequence file |
Definition at line 1497 of file CmdSequencerComponentAc.cpp.
| void Svc::CmdSequencerComponentBase::set_cmdRegOut_OutputPort | ( | NATIVE_INT_TYPE | portNum, |
| Fw::InputCmdRegPort * | port | ||
| ) |
Connect port to cmdRegOut[portNum].
| portNum | The port number |
| port | The input port |
Definition at line 636 of file CmdSequencerComponentAc.cpp.
| void Svc::CmdSequencerComponentBase::set_cmdResponseOut_OutputPort | ( | NATIVE_INT_TYPE | portNum, |
| Fw::InputCmdResponsePort * | port | ||
| ) |
Connect port to cmdResponseOut[portNum].
| portNum | The port number |
| port | The input port |
Definition at line 650 of file CmdSequencerComponentAc.cpp.
| void Svc::CmdSequencerComponentBase::set_comCmdOut_OutputPort | ( | NATIVE_INT_TYPE | portNum, |
| Fw::InputComPort * | port | ||
| ) |
Connect port to comCmdOut[portNum].
| portNum | The port number |
| port | The input port |
Definition at line 710 of file CmdSequencerComponentAc.cpp.
| void Svc::CmdSequencerComponentBase::set_logOut_OutputPort | ( | NATIVE_INT_TYPE | portNum, |
| Fw::InputLogPort * | port | ||
| ) |
Connect port to logOut[portNum].
| portNum | The port number |
| port | The input port |
Definition at line 664 of file CmdSequencerComponentAc.cpp.
| void Svc::CmdSequencerComponentBase::set_pingOut_OutputPort | ( | NATIVE_INT_TYPE | portNum, |
| Svc::InputPingPort * | port | ||
| ) |
Connect port to pingOut[portNum].
| portNum | The port number |
| port | The input port |
Definition at line 724 of file CmdSequencerComponentAc.cpp.
| void Svc::CmdSequencerComponentBase::set_seqDone_OutputPort | ( | NATIVE_INT_TYPE | portNum, |
| Fw::InputCmdResponsePort * | port | ||
| ) |
Connect port to seqDone[portNum].
| portNum | The port number |
| port | The input port |
Definition at line 738 of file CmdSequencerComponentAc.cpp.
| void Svc::CmdSequencerComponentBase::set_timeCaller_OutputPort | ( | NATIVE_INT_TYPE | portNum, |
| Fw::InputTimePort * | port | ||
| ) |
Connect port to timeCaller[portNum].
| portNum | The port number |
| port | The input port |
Definition at line 678 of file CmdSequencerComponentAc.cpp.
| void Svc::CmdSequencerComponentBase::set_tlmOut_OutputPort | ( | NATIVE_INT_TYPE | portNum, |
| Fw::InputTlmPort * | port | ||
| ) |
Connect port to tlmOut[portNum].
| portNum | The port number |
| port | The input port |
Definition at line 692 of file CmdSequencerComponentAc.cpp.
|
protected |
Write telemetry channel CS_CancelCommands
The number of Cancel commands executed
| arg | The telemetry value |
| _tlmTime | Timestamp. Default: unspecified, request from getTime port |
Definition at line 4566 of file CmdSequencerComponentAc.cpp.
|
protected |
Write telemetry channel CS_CommandsExecuted
The number of commands executed across all sequences.
| arg | The telemetry value |
| _tlmTime | Timestamp. Default: unspecified, request from getTime port |
Definition at line 4632 of file CmdSequencerComponentAc.cpp.
|
protected |
Write telemetry channel CS_Errors
The number of errors that have occurred
| arg | The telemetry value |
| _tlmTime | Timestamp. Default: unspecified, request from getTime port |
Definition at line 4599 of file CmdSequencerComponentAc.cpp.
|
protected |
Write telemetry channel CS_LoadCommands
The number of Load commands executed
| arg | The telemetry value |
| _tlmTime | Timestamp. Default: unspecified, request from getTime port |
Definition at line 4533 of file CmdSequencerComponentAc.cpp.
|
protected |
Write telemetry channel CS_SequencesCompleted
The number of sequences completed.
| arg | The telemetry value |
| _tlmTime | Timestamp. Default: unspecified, request from getTime port |
Definition at line 4665 of file CmdSequencerComponentAc.cpp.
|
friend |
Friend class for white-box testing.
Definition at line 50 of file CmdSequencerComponentAc.hpp.