LRAUV  revA
HFRCMSpaceInterpolatorIF.h
Go to the documentation of this file.
1 
14 #ifndef HFRCMSPACEINTERPOLATORIF_H_
15 #define HFRCMSPACEINTERPOLATORIF_H_
16 
28 {
31 static const Str NAME( "HFRCMSpaceInterpolator" );
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 }
39 
40 #endif /* HFRCMSPACEINTERPOLATORIF_H_ */
static const BaseUnit COUNT
Definition: Units.h:228
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...
Specifies the interface details for the HFRCMSpaceInterpolator component in the EstimationModule.
Definition: HFRCMSpaceInterpolatorIF.h:27