LRAUV  revA
SpeedCalculatorIF.h
Go to the documentation of this file.
1 
13 #ifndef SPEEDCALCULATORIF_H_
14 #define SPEEDCALCULATORIF_H_
15 
26 {
29 static const Str NAME( "SpeedCalculator" );
30 
31 // Include common ConfigURIs -- must be in namespace and follow definition of NAME
33 
34 // configuration parameters
35 static const ConfigURI SPEED_ACCURACY_CFG( NAME, "speedAccuracy", Units::METER_PER_SECOND );
36 
37 }
38 
39 #endif /*SPEEDCALCULATORIF_H_*/
static const BaseUnit METER_PER_SECOND
Definition: Units.h:86
Definition: ElementURI.h:166
Specifies the interface details for the SpeedCalculator component in the DerivationModule.
Definition: SpeedCalculatorIF.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...