|
bool | Svc_FpySequencer_SequencerStateMachine_guard_goalStateIs_RUNNING (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal) const override |
|
bool | Svc_FpySequencer_SequencerStateMachine_guard_shouldDebugBreak (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal) const override |
|
bool | Svc_FpySequencer_SequencerStateMachine_guard_debugBreakOnce (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal) const override |
|
void | checkTimers_handler (FwIndexType portNum, U32 context) override |
| Handler for input port checkTimers. More...
|
|
void | cmdResponseIn_handler (FwIndexType portNum, FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdResponse &response) override |
| Handler for input port cmdResponseIn. More...
|
|
void | seqRunIn_handler (FwIndexType portNum, const Fw::StringBase &filename) override |
| Handler for input port seqRunIn. More...
|
|
void | pingIn_handler (FwIndexType portNum, U32 key) override |
| Handler for input port pingIn. More...
|
|
void | tlmWrite_handler (FwIndexType portNum, U32 context) override |
| Handler for input port tlmWrite. More...
|
|
void | directive_waitAbs_internalInterfaceHandler (const FpySequencer_WaitAbsDirective &directive) override |
| Internal interface handler for directive_waitAbs. More...
|
|
void | directive_waitRel_internalInterfaceHandler (const FpySequencer_WaitRelDirective &directive) override |
| Internal interface handler for directive_waitRel. More...
|
|
void | directive_setLocalVar_internalInterfaceHandler (const FpySequencer_SetLocalVarDirective &directive) override |
| Internal interface handler for directive_setLocalVar. More...
|
|
void | directive_goto_internalInterfaceHandler (const Svc::FpySequencer_GotoDirective &directive) override |
| Internal interface handler for directive_goto. More...
|
|
void | directive_if_internalInterfaceHandler (const Svc::FpySequencer_IfDirective &directive) override |
| Internal interface handler for directive_if. More...
|
|
void | directive_noOp_internalInterfaceHandler (const Svc::FpySequencer_NoOpDirective &directive) override |
| Internal interface handler for directive_noOp. More...
|
|
void | directive_getTlm_internalInterfaceHandler (const Svc::FpySequencer_GetTlmDirective &directive) override |
| Internal interface handler for directive_getTlm. More...
|
|
void | directive_getPrm_internalInterfaceHandler (const Svc::FpySequencer_GetPrmDirective &directive) override |
| Internal interface handler for directive_getPrm. More...
|
|
void | parametersLoaded () override |
| Called whenever parameters are loaded. More...
|
|
void | parameterUpdated (FwPrmIdType id) override |
| Called whenever a parameter is updated. More...
|
|
| FpySequencerComponentBase (const char *compName="") |
| Construct FpySequencerComponentBase object. More...
|
|
virtual | ~FpySequencerComponentBase () |
| Destroy FpySequencerComponentBase object. More...
|
|
FwIndexType | getNum_cmdIn_InputPorts () const |
|
FwIndexType | getNum_checkTimers_InputPorts () const |
|
FwIndexType | getNum_cmdResponseIn_InputPorts () const |
|
FwIndexType | getNum_pingIn_InputPorts () const |
|
FwIndexType | getNum_seqRunIn_InputPorts () const |
|
FwIndexType | getNum_tlmWrite_InputPorts () const |
|
FwIndexType | getNum_cmdRegOut_OutputPorts () const |
|
FwIndexType | getNum_cmdResponseOut_OutputPorts () const |
|
FwIndexType | getNum_logOut_OutputPorts () const |
|
FwIndexType | getNum_prmGet_OutputPorts () const |
|
FwIndexType | getNum_prmSet_OutputPorts () const |
|
FwIndexType | getNum_timeCaller_OutputPorts () const |
|
FwIndexType | getNum_tlmOut_OutputPorts () const |
|
FwIndexType | getNum_cmdOut_OutputPorts () const |
|
FwIndexType | getNum_getParam_OutputPorts () const |
|
FwIndexType | getNum_getTlmChan_OutputPorts () const |
|
FwIndexType | getNum_pingOut_OutputPorts () const |
|
bool | isConnected_cmdRegOut_OutputPort (FwIndexType portNum) |
|
bool | isConnected_cmdResponseOut_OutputPort (FwIndexType portNum) |
|
bool | isConnected_logOut_OutputPort (FwIndexType portNum) |
|
bool | isConnected_prmGet_OutputPort (FwIndexType portNum) |
|
bool | isConnected_prmSet_OutputPort (FwIndexType portNum) |
|
bool | isConnected_timeCaller_OutputPort (FwIndexType portNum) |
|
bool | isConnected_tlmOut_OutputPort (FwIndexType portNum) |
|
bool | isConnected_cmdOut_OutputPort (FwIndexType portNum) |
|
bool | isConnected_getParam_OutputPort (FwIndexType portNum) |
|
bool | isConnected_getTlmChan_OutputPort (FwIndexType portNum) |
|
bool | isConnected_pingOut_OutputPort (FwIndexType portNum) |
|
void | checkTimers_handlerBase (FwIndexType portNum, U32 context) |
| Handler base-class function for input port checkTimers. More...
|
|
void | cmdResponseIn_handlerBase (FwIndexType portNum, FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdResponse &response) |
| Handler base-class function for input port cmdResponseIn. More...
|
|
void | pingIn_handlerBase (FwIndexType portNum, U32 key) |
| Handler base-class function for input port pingIn. More...
|
|
void | seqRunIn_handlerBase (FwIndexType portNum, const Fw::StringBase &filename) |
| Handler base-class function for input port seqRunIn. More...
|
|
void | tlmWrite_handlerBase (FwIndexType portNum, U32 context) |
| Handler base-class function for input port tlmWrite. More...
|
|
virtual void | checkTimers_preMsgHook (FwIndexType portNum, U32 context) |
| Pre-message hook for async input port checkTimers. More...
|
|
virtual void | cmdResponseIn_preMsgHook (FwIndexType portNum, FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdResponse &response) |
| Pre-message hook for async input port cmdResponseIn. More...
|
|
virtual void | pingIn_preMsgHook (FwIndexType portNum, U32 key) |
| Pre-message hook for async input port pingIn. More...
|
|
virtual void | seqRunIn_preMsgHook (FwIndexType portNum, const Fw::StringBase &filename) |
| Pre-message hook for async input port seqRunIn. More...
|
|
virtual void | tlmWrite_preMsgHook (FwIndexType portNum, U32 context) |
| Pre-message hook for async input port tlmWrite. More...
|
|
void | cmdOut_out (FwIndexType portNum, Fw::ComBuffer &data, U32 context) |
| Invoke output port cmdOut. More...
|
|
Fw::ParamValid | getParam_out (FwIndexType portNum, FwPrmIdType id, Fw::ParamBuffer &val) |
| Invoke output port getParam. More...
|
|
Fw::TlmValid | getTlmChan_out (FwIndexType portNum, FwChanIdType id, Fw::Time &timeTag, Fw::TlmBuffer &val) |
| Invoke output port getTlmChan. More...
|
|
void | pingOut_out (FwIndexType portNum, U32 key) |
| Invoke output port pingOut. More...
|
|
void | directive_getPrm_internalInterfaceInvoke (const Svc::FpySequencer_GetPrmDirective &directive) |
| Internal interface base-class function for directive_getPrm. More...
|
|
void | directive_getTlm_internalInterfaceInvoke (const Svc::FpySequencer_GetTlmDirective &directive) |
| Internal interface base-class function for directive_getTlm. More...
|
|
void | directive_goto_internalInterfaceInvoke (const Svc::FpySequencer_GotoDirective &directive) |
| Internal interface base-class function for directive_goto. More...
|
|
void | directive_if_internalInterfaceInvoke (const Svc::FpySequencer_IfDirective &directive) |
| Internal interface base-class function for directive_if. More...
|
|
void | directive_noOp_internalInterfaceInvoke (const Svc::FpySequencer_NoOpDirective &directive) |
| Internal interface base-class function for directive_noOp. More...
|
|
void | directive_setLocalVar_internalInterfaceInvoke (const Svc::FpySequencer_SetLocalVarDirective &directive) |
| Internal interface base-class function for directive_setLocalVar. More...
|
|
void | directive_waitAbs_internalInterfaceInvoke (const Svc::FpySequencer_WaitAbsDirective &directive) |
| Internal interface base-class function for directive_waitAbs. More...
|
|
void | directive_waitRel_internalInterfaceInvoke (const Svc::FpySequencer_WaitRelDirective &directive) |
| Internal interface base-class function for directive_waitRel. More...
|
|
Svc_FpySequencer_SequencerStateMachine::State | sequencer_getState () const |
| Get the state of state machine instance sequencer. More...
|
|
void | sequencer_sendSignal_cmd_VALIDATE (const Svc::FpySequencer_SequenceExecutionArgs &value) |
| Send signal cmd_VALIDATE to state machine sequencer. More...
|
|
void | sequencer_sendSignal_cmd_RUN (const Svc::FpySequencer_SequenceExecutionArgs &value) |
| Send signal cmd_RUN to state machine sequencer. More...
|
|
void | sequencer_sendSignal_cmd_RUN_VALIDATED (const Svc::FpySequencer_SequenceExecutionArgs &value) |
| Send signal cmd_RUN_VALIDATED to state machine sequencer. More...
|
|
void | sequencer_sendSignal_cmd_CANCEL () |
| Send signal cmd_CANCEL to state machine sequencer. More...
|
|
void | sequencer_sendSignal_cmd_DEBUG_SET_BREAKPOINT (const Svc::FpySequencer_DebugBreakpointArgs &value) |
| Send signal cmd_DEBUG_SET_BREAKPOINT to state machine sequencer. More...
|
|
void | sequencer_sendSignal_cmd_DEBUG_CLEAR_BREAKPOINT () |
| Send signal cmd_DEBUG_CLEAR_BREAKPOINT to state machine sequencer. More...
|
|
void | sequencer_sendSignal_result_failure () |
| Send signal result_failure to state machine sequencer. More...
|
|
void | sequencer_sendSignal_result_success () |
| Send signal result_success to state machine sequencer. More...
|
|
void | sequencer_sendSignal_entered () |
| Send signal entered to state machine sequencer. More...
|
|
void | sequencer_sendSignal_result_dispatchStatement_success () |
| Send signal result_dispatchStatement_success to state machine sequencer. More...
|
|
void | sequencer_sendSignal_result_dispatchStatement_failure () |
| Send signal result_dispatchStatement_failure to state machine sequencer. More...
|
|
void | sequencer_sendSignal_result_dispatchStatement_noMoreStatements () |
| Send signal result_dispatchStatement_noMoreStatements to state machine sequencer. More...
|
|
void | sequencer_sendSignal_checkTimersIn () |
| Send signal checkTimersIn to state machine sequencer. More...
|
|
void | sequencer_sendSignal_result_checkShouldWake_wakeup () |
| Send signal result_checkShouldWake_wakeup to state machine sequencer. More...
|
|
void | sequencer_sendSignal_result_checkShouldWake_keepSleeping () |
| Send signal result_checkShouldWake_keepSleeping to state machine sequencer. More...
|
|
void | sequencer_sendSignal_result_timeOpFailed () |
| Send signal result_timeOpFailed to state machine sequencer. More...
|
|
void | sequencer_sendSignal_stmtResponse_beginSleep () |
| Send signal stmtResponse_beginSleep to state machine sequencer. More...
|
|
void | sequencer_sendSignal_stmtResponse_success () |
| Send signal stmtResponse_success to state machine sequencer. More...
|
|
void | sequencer_sendSignal_stmtResponse_failure () |
| Send signal stmtResponse_failure to state machine sequencer. More...
|
|
void | sequencer_sendSignal_stmtResponse_unexpected () |
| Send signal stmtResponse_unexpected to state machine sequencer. More...
|
|
void | sequencer_sendSignal_result_checkStatementTimeout_statementTimeout () |
| Send signal result_checkStatementTimeout_statementTimeout to state machine sequencer. More...
|
|
void | sequencer_sendSignal_result_checkStatementTimeout_noTimeout () |
| Send signal result_checkStatementTimeout_noTimeout to state machine sequencer. More...
|
|
void | sequencer_sendSignal_cmd_DEBUG_CONTINUE () |
| Send signal cmd_DEBUG_CONTINUE to state machine sequencer. More...
|
|
void | sequencer_sendSignal_cmd_DEBUG_BREAK (const Svc::FpySequencer_DebugBreakpointArgs &value) |
| Send signal cmd_DEBUG_BREAK to state machine sequencer. More...
|
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_signalEntered (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_setSequenceFilePath (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal, const Svc::FpySequencer_SequenceExecutionArgs &value)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_setSequenceBlockState (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal, const Svc::FpySequencer_SequenceExecutionArgs &value)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_validate (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_report_seqSucceeded (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_report_seqCancelled (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_setGoalState_RUNNING (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_setGoalState_VALID (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_setGoalState_IDLE (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_sendCmdResponse_OK (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_sendCmdResponse_EXECUTION_ERROR (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_clearSequenceFile (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_clearDebugBreakpoint (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_checkShouldWake (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_dispatchStatement (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_resetRuntime (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_checkStatementTimeout (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_incrementSequenceCounter (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_report_debugBroken (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal)=0 |
|
virtual void | Svc_FpySequencer_SequencerStateMachine_action_setDebugBreakpoint (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal, const Svc::FpySequencer_DebugBreakpointArgs &value)=0 |
|
virtual bool | Svc_FpySequencer_SequencerStateMachine_guard_goalStateIs_RUNNING (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal) const =0 |
|
virtual bool | Svc_FpySequencer_SequencerStateMachine_guard_shouldDebugBreak (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal) const =0 |
|
virtual bool | Svc_FpySequencer_SequencerStateMachine_guard_debugBreakOnce (SmId smId, Svc_FpySequencer_SequencerStateMachine::Signal signal) const =0 |
|
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 | VALIDATE_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
|
void | RUN_VALIDATED_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
|
void | CANCEL_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
|
void | DEBUG_SET_BREAKPOINT_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
|
void | DEBUG_BREAK_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
|
void | DEBUG_CONTINUE_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
|
void | DEBUG_CLEAR_BREAKPOINT_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 | VALIDATE_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command VALIDATE. More...
|
|
virtual void | RUN_VALIDATED_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command RUN_VALIDATED. More...
|
|
virtual void | CANCEL_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command CANCEL. More...
|
|
virtual void | DEBUG_SET_BREAKPOINT_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command DEBUG_SET_BREAKPOINT. More...
|
|
virtual void | DEBUG_BREAK_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command DEBUG_BREAK. More...
|
|
virtual void | DEBUG_CONTINUE_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command DEBUG_CONTINUE. More...
|
|
virtual void | DEBUG_CLEAR_BREAKPOINT_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
| Pre-message hook for command DEBUG_CLEAR_BREAKPOINT. More...
|
|
void | log_WARNING_HI_InvalidCommand (I32 state) const |
| Log event InvalidCommand. More...
|
|
void | log_WARNING_HI_InvalidSeqRunCall (I32 state) const |
| Log event InvalidSeqRunCall. More...
|
|
void | log_WARNING_HI_FileOpenError (const Fw::StringBase &filePath, I32 errorCode) const |
| Log event FileOpenError. More...
|
|
void | log_WARNING_HI_FileReadError (const Fw::StringBase &filePath, I32 errorCode) const |
| Log event FileReadError. More...
|
|
void | log_WARNING_HI_EndOfFileError (const Fw::StringBase &filePath) const |
| Log event EndOfFileError. More...
|
|
void | log_WARNING_HI_FileReadDeserializeError (const Fw::StringBase &filePath, I32 errorCode, U64 buffLeft, U64 buffLength) const |
| Log event FileReadDeserializeError. More...
|
|
void | log_WARNING_HI_WrongSchemaVersion (U8 expected, U8 actual) const |
| Log event WrongSchemaVersion. More...
|
|
void | log_WARNING_HI_WrongCRC (U32 expected, U32 actual) const |
| Log event WrongCRC. More...
|
|
void | log_WARNING_HI_ExtraBytesInSequence (U32 remaining) const |
| Log event ExtraBytesInSequence. More...
|
|
void | log_WARNING_HI_InsufficientBufferSpace (U64 bufferSize, const Fw::StringBase &filePath) const |
| Log event InsufficientBufferSpace. More...
|
|
void | log_WARNING_HI_StatementFailed (Svc::Fpy::StatementType stmtType, U32 stmtOpcode, U32 stmtIdx, const Fw::StringBase &filePath, Fw::CmdResponse response) const |
| Log event StatementFailed. More...
|
|
void | log_ACTIVITY_HI_SequenceDone (const Fw::StringBase &filePath) const |
| Log event SequenceDone. More...
|
|
void | log_ACTIVITY_HI_SequenceCancelled (const Fw::StringBase &filePath) const |
| Log event SequenceCancelled. More...
|
|
void | log_WARNING_HI_UnknownSequencerDirective (U32 opcode, U32 stmtIdx, const Fw::StringBase &filePath) const |
| Log event UnknownSequencerDirective. More...
|
|
void | log_WARNING_HI_CommandSerializeError (U32 cmdOpcode, U64 bufCapacity, U64 curPos, U64 writeSize, U8 errorCode, U32 stmtIdx) const |
| Log event CommandSerializeError. More...
|
|
void | log_WARNING_LO_CmdResponseWhileNotRunningSequence (I32 state, U32 opcode, Fw::CmdResponse response) const |
| Log event CmdResponseWhileNotRunningSequence. More...
|
|
void | log_WARNING_LO_CmdResponseFromOldSequence (U32 opcode, Fw::CmdResponse response, U16 oldSequenceIdx, U16 currentSequenceIdx) const |
| Log event CmdResponseFromOldSequence. More...
|
|
void | log_WARNING_HI_CmdResponseWhileNotAwaiting (U32 opcode, Fw::CmdResponse response) const |
| Log event CmdResponseWhileNotAwaiting. More...
|
|
void | log_WARNING_HI_WrongCmdResponseOpcode (U32 opcode, Fw::CmdResponse response, U32 expectedOpcode) const |
| Log event WrongCmdResponseOpcode. More...
|
|
void | log_WARNING_HI_WrongCmdResponseIndex (U32 opcode, Fw::CmdResponse response, U16 actualCmdIdx, U16 expectedCmdIdx) const |
| Log event WrongCmdResponseIndex. More...
|
|
void | log_WARNING_HI_DirectiveDeserializeError (U32 opcode, U32 stmtIdx, I32 errorCode, U64 buffLeft, U64 buffLength) const |
| Log event DirectiveDeserializeError. More...
|
|
void | log_WARNING_HI_MismatchedTimeBase (I32 internalTimeBase, I32 otherTimeBase) const |
| Log event MismatchedTimeBase. More...
|
|
void | log_WARNING_HI_MismatchedTimeContext (I32 internalTimeContext, I32 otherTimeContext) const |
| Log event MismatchedTimeContext. More...
|
|
void | log_WARNING_HI_StatementTimedOut (Svc::Fpy::StatementType stmtType, U32 stmtOpcode, U32 stmtIdx, const Fw::StringBase &filePath) const |
| Log event StatementTimedOut. More...
|
|
void | log_WARNING_HI_TooManySequenceArgs (U8 count, U8 max) const |
| Log event TooManySequenceArgs. More...
|
|
void | log_WARNING_HI_TooManySequenceStatements (U16 count, U16 max) const |
| Log event TooManySequenceStatements. More...
|
|
void | log_ACTIVITY_HI_DebugBroken (U32 stmtIdx, bool breakOnce) const |
| Log event DebugBroken. More...
|
|
void | log_ACTIVITY_HI_DebugBreakpointSet (U32 breakpointIdx, bool breakOnce) const |
| Log event DebugBreakpointSet. More...
|
|
void | log_ACTIVITY_HI_DebugBreakpointCleared () const |
| Log event DebugBreakpointCleared. More...
|
|
void | tlmWrite_State (I32 arg, Fw::Time _tlmTime=Fw::Time()) |
|
void | tlmWrite_SequencesSucceeded (U64 arg, Fw::Time _tlmTime=Fw::Time()) |
|
void | tlmWrite_SequencesFailed (U64 arg, Fw::Time _tlmTime=Fw::Time()) |
|
void | tlmWrite_SequencesCancelled (U64 arg, Fw::Time _tlmTime=Fw::Time()) |
|
void | tlmWrite_StatementsDispatched (U64 arg, Fw::Time _tlmTime=Fw::Time()) |
|
void | tlmWrite_StatementsFailed (U64 arg, Fw::Time _tlmTime=Fw::Time()) |
|
void | tlmWrite_SeqPath (const Fw::StringBase &arg, Fw::Time _tlmTime=Fw::Time()) |
|
void | tlmWrite_DebugBreakpointIdx (U32 arg, Fw::Time _tlmTime=Fw::Time()) |
|
void | tlmWrite_Debug (const Svc::FpySequencer_DebugTelemetry &arg, Fw::Time _tlmTime=Fw::Time()) |
|
void | tlmWrite_STATEMENT_TIMEOUT_SECS (F32 arg, Fw::Time _tlmTime=Fw::Time()) |
|
F32 | paramGet_STATEMENT_TIMEOUT_SECS (Fw::ParamValid &valid) |
|
Fw::Time | getTime () const |
|
| 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...
|
|