LRAUV  revA
PitchServoIF.h
Go to the documentation of this file.
1 
13 #ifndef PITCHSERVOIF_H_
14 #define PITCHSERVOIF_H_
15 
16 #include "data/ElementURI.h"
17 
27 namespace PitchServoIF
28 {
31 static const Str NAME( "PitchServo" );
32 
35 static const SettingURI HOLD_VALUE_SETTING( "holdValue", Units::NONE );
36 static const SettingURI INPUT_SETTING( "input", Units::NONE );
37 static const SettingURI PROPORTIONAL_GAIN_SETTING( "proportionalGain", Units::NONE );
38 static const SettingURI INTEGRAL_GAIN_SETTING( "integralGain", Units::NONE );
39 static const SettingURI DERIVATIVE_GAIN_SETTING( "derivativeGain", Units::NONE );
40 static const SettingURI CHANGE_PER_METER_SETTING( "changePerMeter", Units::NONE );
41 }
42 
43 #endif /*PITCHSERVOIF_H_*/
Specifies the interface details for the PitchServo component in the GuidanceModule.
Definition: PitchServoIF.h:27
Replacement for standard template class string.
Definition: Str.h:12
Definition: ElementURI.h:268
Contains the ElementURI class definition.
static const BaseUnit NONE
Definition: Units.h:208