LRAUV  revA
ExecuteIF.h
Go to the documentation of this file.
1 
13 #ifndef EXECUTEIF_H_
14 #define EXECUTEIF_H_
15 
16 #include "data/ElementURI.h"
17 
27 namespace ExecuteIF
28 {
31 static const Str NAME( "Execute" );
32 
34 static const StringSettingURI COMMAND_SETTING( "command" );
35 
36 }
37 
38 #endif /*EXECUTEIF_H_*/
Definition: ElementURI.h:285
Specifies the interface details for the Execute component in the GuidanceModule.
Definition: ExecuteIF.h:27
Replacement for standard template class string.
Definition: Str.h:12
Contains the ElementURI class definition.