fixes
This commit is contained in:
@ -58,10 +58,10 @@ class PdecHandler : public SystemObject,
|
||||
|
||||
MessageQueueId_t getCommandQueue() const;
|
||||
|
||||
ActionHelper *getActionHelper() override;
|
||||
ActionHelper* getActionHelper() override;
|
||||
ReturnValue_t executeAction(Action* action) override;
|
||||
ReturnValue_t handleAction(PdecPrintClcwAction * action);
|
||||
ReturnValue_t handleAction(PdecPrintMonAction * action);
|
||||
ReturnValue_t handleAction(PdecPrintClcwAction* action);
|
||||
ReturnValue_t handleAction(PdecPrintMonAction* action);
|
||||
|
||||
static const uint8_t SUBSYSTEM_ID = SUBSYSTEM_ID::PDEC_HANDLER;
|
||||
|
||||
@ -225,6 +225,9 @@ class PdecHandler : public SystemObject,
|
||||
|
||||
enum class State : uint8_t { INIT, RUNNING, WAIT_FOR_RECOVERY };
|
||||
|
||||
PdecPrintClcwAction pdecPrintClcwAction = PdecPrintClcwAction(this);
|
||||
PdecPrintMonAction pdecPrintMonAction = PdecPrintMonAction(this);
|
||||
|
||||
/**
|
||||
* @brief Reads and handles messages stored in the commandQueue
|
||||
*/
|
||||
|
Reference in New Issue
Block a user