24#ifndef LOWERINGFAULTSTATE_H_
25#define LOWERINGFAULTSTATE_H_
27#include <FaultState.h>
29#include <UpdateCommand.h>
Fault state.
Definition FaultState.h:37
Lowering mirror during fault.
Definition LoweringFaultState.h:38
static void ensureFaulted()
Perform actions needed to safe mirror on fault.
Definition LoweringFaultState.cpp:43
States::Type update(UpdateCommand *command) override
Called to retrieve telemetry data.
Definition LoweringFaultState.cpp:36
Definition UpdateCommand.h:39