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