LRAUV  revA
HFRCMReconstructedInterpolatorIF.h
Go to the documentation of this file.
1 
14 #ifndef HFRCMRECONSTRUCTEDINTERPOLATORIF_H_
15 #define HFRCMRECONSTRUCTEDINTERPOLATORIF_H_
16 
28 {
31 static const Str NAME( "HFRCMReconstructedInterpolator" );
32 
33 // Include common ConfigURIs -- must be in namespace and follow definition of NAME
35 
36 // configuration parameters
37 static const ConfigURI VERBOSITY( NAME, "verbosity", Units::COUNT );
38 static const ConfigURI VELOCITY_ACCURACY( NAME, "velocityAccuracy", Units::METER_PER_SECOND );
39 }
40 
41 #endif /* HFRCMRECONSTRUCTEDINTERPOLATORIF_H_ */
static const BaseUnit COUNT
Definition: Units.h:228
Specifies the interface details for the HFRCMReconstructedInterpolator component in the EstimationMod...
Definition: HFRCMReconstructedInterpolatorIF.h:27
static const BaseUnit METER_PER_SECOND
Definition: Units.h:86
Definition: ElementURI.h:166
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...