24#ifndef PROFILEHARDPOINTCORRECTIONSTATE_H_
25#define PROFILEHARDPOINTCORRECTIONSTATE_H_
27#include <EnabledState.h>
29#include <UpdateCommand.h>
35class ProfileHardpointCorrectionState :
public EnabledState {
37 ProfileHardpointCorrectionState();
Definition AbortProfileCommand.h:35
States::Type update(UpdateCommand *command) override
Called to retrieve telemetry data.
Definition ProfileHardpointCorrectionState.cpp:38
Definition UpdateCommand.h:39