Program Listing for File diagnostics.hpp
↰ Return to documentation for file (cosm/hal/actuators/diagnostics.hpp
)
#pragma once
/*******************************************************************************
* Includes
******************************************************************************/
#include "cosm/cosm.hpp"
/*******************************************************************************
* Namespaces/Decls
******************************************************************************/
namespace cosm::hal::actuators {
/*******************************************************************************
* Enum Definitions
******************************************************************************/
enum diagnostics {
ekEXPLORE,
ekSUCCESS,
ekTAXIS,
ekLEAVING_NEST,
ekWAIT_FOR_SIGNAL,
ekVECTOR_TO_GOAL,
ekEXP_INTERFERENCE,
ekMAX
};
} /* namespace cosm::hal::actuators */