LRAUV  revA
BuoyancyIF.h
Go to the documentation of this file.
1 
13 #ifndef BUOYANCYIF_H_
14 #define BUOYANCYIF_H_
15 
16 #include "data/ElementURI.h"
17 
27 namespace BuoyancyIF
28 {
31 static const Str NAME( "Buoyancy" );
32 
35 static const SettingURI POSITION_SETTING( "position", "Desired setting of the "
36  "buoyancy bladder position", Units::CUBIC_CENTIMETER );
37 
38 
39 }
40 
41 #endif /*BUOYANCYIF_H_*/
Specifies the interface details for the Buoyancy component in the GuidanceModule. ...
Definition: BuoyancyIF.h:27
Replacement for standard template class string.
Definition: Str.h:12
Definition: ElementURI.h:268
Contains the ElementURI class definition.
static const Unit CUBIC_CENTIMETER
Definition: Units.h:126