13 #ifndef CTD_NEILBROWNIF_H_
14 #define CTD_NEILBROWNIF_H_
31 static const Str NAME(
"CTD_NeilBrown" );
49 static const DataURI BIN_MEDIAN_SEA_WATER_TEMPERATURE( NAME,
"bin_median_sea_water_temperature",
Units::CELSIUS );
50 static const DataURI BIN_MEAN_SEA_WATER_TEMPERATURE( NAME,
"bin_mean_sea_water_temperature",
Units::CELSIUS );
51 static const DataURI BIN_STANDARD_DEVIATION_SEA_WATER_TEMPERATURE( NAME,
"bin_standard_deviation_sea_water_temperature",
Units::CELSIUS );
Specifies URIs shared by components that can simulate their hardware Designed to be included within n...
static const Unit MILLIMHO_PER_CENTIMETER
Definition: Units.h:168
Specifies URIs shared by components that have UARTS Designed to be included within namespace within [...
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...
Contains the ElementURI class definition.
static const BaseUnit PASCAL
Definition: Units.h:59
Specifies URIs shared by components that have a power consumption config setting Designed to be inclu...
Definition: ElementURI.h:229
static const Unit PRACTICAL_SALINITY_UNIT
Definition: Units.h:199
Specifies URIs shared by components that have load controllers Designed to be included within namespa...
static const Unit CELSIUS
Definition: Units.h:110
Specifies the interface details for the CTD_NeilBrown component in the ScienceModule.
Definition: CTD_NeilBrownIF.h:27