LRAUV  revA
OffshoreEnvelopeIF.h
Go to the documentation of this file.
1 
13 #ifndef OFFSHOREENVELOPEIF_H_
14 #define OFFSHOREENVELOPEIF_H_
15 
16 #include "data/ElementURI.h"
17 
28 {
31 static const Str NAME( "OffshoreEnvelope" );
32 
35 static const SettingURI MIN_OFFSHORE_SETTING( "minOffshore", Units::METER );
36 static const SettingURI MAX_OFFSHORE_SETTING( "maxOffshore", Units::METER );
37 }
38 
39 #endif /*OFFSHOREENVELOPEIF_H_*/
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 OffshoreEnvelope component in the GuidanceModule.
Definition: OffshoreEnvelopeIF.h:27
static const BaseUnit METER
Definition: Units.h:42