LRAUV  revA
DeadReckonWithRespectToWaterIF.h
Go to the documentation of this file.
1 
13 #ifndef DEADRECKONWITHRESPECTTOWATERIF_H_
14 #define DEADRECKONWITHRESPECTTOWATERIF_H_
15 
26 {
27 // Static const for component name (can be used by other components)
28 static const Str NAME( "DeadReckonWithRespectToWater" );
29 
30 // Include common ConfigURIs -- must be in namespace and follow definition of NAME
33 }
34 
35 #endif /* DEADRECKONWITHRESPECTTOWATERIF_H_ */
Specifies interface details for DeadReckonWithRespectToWater component in Navigation module...
Definition: DeadReckonWithRespectToWaterIF.h:25
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...