LRAUV  revA
PitchRateCalculatorIF.h
Go to the documentation of this file.
1 
13 #ifndef PITCHRATECALCULATORIF_H_
14 #define PITCHRATECALCULATORIF_H_
15 
26 {
29 static const Str NAME( "PitchRateCalculator" );
30 
31 // Include common ConfigURIs -- must be in namespace and follow definition of NAME
33 
34 }
35 
36 #endif /*PITCHRATECALCULATORIF_H_*/
Specifies the interface details for the PitchRateCalculator component in the DerivationModule.
Definition: PitchRateCalculatorIF.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...