LRAUV  revA
WaitIF.h
Go to the documentation of this file.
1 
13 #ifndef WAITIF_H_
14 #define WAITIF_H_
15 
16 #include "data/ElementURI.h"
17 
27 namespace WaitIF
28 {
31 static const Str NAME( "Wait" );
32 
33 // Static consts for input settings
34 
36 static const SettingURI DURATION_SETTING( "duration", "Duration of wait. Wait "
37  "unitl Timeout if omitted.", Units::SECOND );
38 
39 
40 }
41 
42 #endif /*WAITIF_H_*/
static const BaseUnit SECOND
Definition: Units.h:43
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 Wait component in the GuidanceModule.
Definition: WaitIF.h:27