![]() |
0.3.0
|
Public Types | |
enum | StateKeys : uint8_t { PosX , PosY , PosZ , VelX , VelY , VelZ , States_COUNT } |
State Keys. More... | |
Public Member Functions | |
States ()=delete | |
Constructor. | |
Static Public Attributes | |
static const std::vector< StateKeys > | Pos |
All position keys. | |
static const std::vector< StateKeys > | PosVel |
Vector with all position and velocity state keys. | |
static const std::vector< StateKeys > | Vel |
All velocity keys. | |
enum NAV::PosVel::States::StateKeys : uint8_t |