LRAUV  revA
ZigZagIF.h
Go to the documentation of this file.
1 
13 #ifndef ZIGZAGIF_H_
14 #define ZIGZAGIF_H_
15 
16 #include "data/ElementURI.h"
17 
27 namespace ZigZagIF
28 {
31 static const Str NAME( "ZigZag" );
32 
35 static const SettingURI BEARING_SETTING( "bearing", Units::RADIAN );
36 static const SettingURI ANGLE_SETTING( "angle", Units::RADIAN );
37 
38 }
39 
40 #endif /*ZIGZAGIF_H_*/
static const BaseUnit RADIAN
Definition: Units.h:60
Replacement for standard template class string.
Definition: Str.h:12
Definition: ElementURI.h:268
Specifies the interface details for the ZigZag component in the GuidanceModule.
Definition: ZigZagIF.h:27
Contains the ElementURI class definition.