LRAUV  revA
SetSpeedIF.h
Go to the documentation of this file.
1 
13 #ifndef SETSPEEDIF_H_
14 #define SETSPEEDIF_H_
15 
16 #include "data/ElementURI.h"
17 
27 namespace SetSpeedIF
28 {
31 static const Str NAME( "SetSpeed" );
32 
34 
36 static const SettingURI SPEED_SETTING( "speed", "Desired vehicle speed through "
37  "water", Units::METER_PER_SECOND );
38 
40 static const SettingURI PERIOD_SETTING( "period", "Desired vehicle control "
41  "loop period", Units::SECOND );
42 
43 }
44 
45 #endif /*SETSPEEDIF_H_*/
static const BaseUnit SECOND
Definition: Units.h:43
static const BaseUnit METER_PER_SECOND
Definition: Units.h:86
Replacement for standard template class string.
Definition: Str.h:12
Definition: ElementURI.h:268
Contains the ElementURI class definition.
Specifies the interface details for the SetSpeed component in the GuidanceModule. ...
Definition: SetSpeedIF.h:27