LRAUV  revA
UniversalFixResidualReporterIF.h
Go to the documentation of this file.
1 
13 #ifndef UNIVERSALFIXRESIDUALREPORTERIF_H_
14 #define UNIVERSALFIXRESIDUALREPORTERIF_H_
15 
26 {
29 static const Str NAME( "UniversalFixResidualReporter" );
30 
31 // Include common ConfigURIs -- must be in namespace and follow definition of NAME
33 
34 // configuration parameters
35 static const ConfigURI VERBOSITY_CFG( NAME, "verbosity", Units::COUNT );
36 }
37 
38 #endif /*UNIVERSALFIXRESIDUALREPORTERIF_H_*/
static const BaseUnit COUNT
Definition: Units.h:228
Specifies the interface details for the UniversalFixResidualReporter component in the NavigationModul...
Definition: UniversalFixResidualReporterIF.h:25
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...