LRAUV  revA
WaterDepthEnvelopeIF.h
Go to the documentation of this file.
1 
13 #ifndef WATERDEPTHENVELOPEIF_H_
14 #define WATERDEPTHENVELOPEIF_H_
15 
16 #include "data/ElementURI.h"
17 
28 {
31 static const Str NAME( "WaterDepthEnvelope" );
32 
35 static const SettingURI MIN_WATER_DEPTH_SETTING( "minWaterDepth", Units::METER );
36 static const SettingURI MAX_WATER_DEPTH_SETTING( "maxWaterDepth", Units::METER );
37 }
38 
39 #endif /*WATERDEPTHENVELOPEIF_H_*/
Specifies the interface details for the WaterDepthEnvelope component in the GuidanceModule.
Definition: WaterDepthEnvelopeIF.h:27
Replacement for standard template class string.
Definition: Str.h:12
Definition: ElementURI.h:268
Contains the ElementURI class definition.
static const BaseUnit METER
Definition: Units.h:42