LRAUV  revA
NavigationSimIF.h
Go to the documentation of this file.
1 
13 #ifndef NAVIGATIONSIMIF_H_
14 #define NAVIGATIONSIMIF_H_
15 
25 namespace NavigationSimIF
26 {
27 // Component name
28 static const Str NAME( "NavigationSim" );
29 
30 // Include common ConfigURIs -- must be in namespace and follow definition of NAME
32 
33 }
34 
35 #endif /*NAVIGATIONSIMIF_H_*/
Replacement for standard template class string.
Definition: Str.h:12
Specifies URIs shared by components that can be loaded from modules at startup Designed to be include...
Specifies the interface details for the NavigationSim component in the SimulatorModule.
Definition: NavigationSimIF.h:25