LRAUV  revA
EZServoElevRuddIF.h
Go to the documentation of this file.
1 
12 static const ConfigURI OFFSET_ANGLE( NAME, "offsetAngle", Units::DEGREE );
13 static const ConfigURI COUNTS_PER_DEGREE( NAME, "countsPerDeg", Units::COUNT_PER_ANGULAR_DEGREE ); // motor "ticks" per degree of control surface motion
14 static const ConfigURI MTR_CENTER( NAME, "mtrCenter", Units::COUNT ); // 0 degrees "centered" control surface
15 static const ConfigURI DEVIATION_ANGLE( NAME, "deviationAngle", Units::DEGREE ); // Number of degrees deviation allowed between expected and actual
16 
static const BaseUnit COUNT
Definition: Units.h:228
Definition: ElementURI.h:166
static const Unit COUNT_PER_ANGULAR_DEGREE
Derivations involving counting Units.
Definition: Units.h:243
static const Unit DEGREE
Definition: Units.h:132