LRAUV  revA
DeadReckonUsingMultipleVelocitySourcesIF.h
Go to the documentation of this file.
1 
14 #ifndef DEADRECKONUSINGMULTIPLEVELOCITYSOURCESIF_H_
15 #define DEADRECKONUSINGMULTIPLEVELOCITYSOURCESIF_H_
16 
28 {
29 // Static const for component name (can be used by other components)
30 static const Str NAME( "DeadReckonUsingMultipleVelocitySources" );
31 
32 // Include common ConfigURIs -- must be in namespace and follow definition of NAME
35 
36 // slate outputs specific to this component
37 static const DataURI VELOCITY_SOURCE( NAME, "velocity_source", Units::COUNT );
38 }
39 
40 #endif /* DEADRECKONUSINGMULTIPLEVELOCITYSOURCESIF_H_ */
static const BaseUnit COUNT
Definition: Units.h:228
Specifies interface details for DeadReckonUsingMultipleVelocitySources component in Navigation module...
Definition: DeadReckonUsingMultipleVelocitySourcesIF.h:27
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...
Definition: ElementURI.h:229