LRAUV  revA
HFRadarModelIF.h
Go to the documentation of this file.
1 
13 #ifndef HFRADARMODELIF_H_
14 #define HFRADARMODELIF_H_
15 
16 #include "data/ElementURI.h"
17 
27 namespace HFRadarModelIF
28 {
31 static const Str NAME( "HFRadarModel" );
32 
33 static const OutputURI EASTWARD_SURFACE_CURRENT_OUTPUT( "eastwardSurfaceCurrent", Units::METER_PER_SECOND );
34 static const OutputURI NORTHWARD_SURFACE_CURRENT_OUTPUT( "northwardSurfaceCurrent", Units::METER_PER_SECOND );
35 
36 
37 }
38 
39 #endif /*HFRADARMODELIF_H_*/
Specifies the interface details for the HFRadarModel component in the DerivationModule.
Definition: HFRadarModelIF.h:27
static const BaseUnit METER_PER_SECOND
Definition: Units.h:86
Replacement for standard template class string.
Definition: Str.h:12
Contains the ElementURI class definition.
Definition: ElementURI.h:255