LRAUV  revA
AsyncPiEstimatorIF.h
Go to the documentation of this file.
1 
13 #ifndef ASYNCPIESTIMATORIF_H_
14 #define ASYNCPIESTIMATORIF_H_
15 
26 {
28 static const Str NAME( "AsyncPiEstimator" );
29 
30 // Include common ConfigURIs -- must be in namespace and follow definition of NAME
32 
34 static const Str PI_ESTIMATE( "piEstimate" );
35 
36 }
37 
38 #endif /*ASYNCPIESTIMATORIF_H_*/
Specifies the interface details for the components in the SampleComponets collection.
Definition: AsyncPiEstimatorIF.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...