LRAUV  revA
HFRCMSurfaceCurrentAtVehicleLocationIF.h
Go to the documentation of this file.
1 
14 #ifndef HFRCMSURFACECURRENTATVEHICLELOCATIONIF_H_
15 #define HFRCMSURFACECURRENTATVEHICLELOCATIONIF_H_
16 
28 {
31 static const Str NAME( "HFRCMSurfaceCurrentAtVehicleLocation" );
32 
33 // Include common ConfigURIs -- must be in namespace and follow definition of NAME
35 
36 // configuration parameters
37 static const ConfigURI VELOCITY_ACCURACY( NAME, "velocityAccuracy", Units::METER_PER_SECOND );
38 
39 // All outputs are Universal.
40 }
41 
42 #endif /* HFRCMSURFACECURRENTATVEHICLELOCATIONIF_H_ */
static const BaseUnit METER_PER_SECOND
Definition: Units.h:86
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 HFRCMSurfaceCurrentAtVehicleLocation component in the Estimat...
Definition: HFRCMSurfaceCurrentAtVehicleLocationIF.h:27