LRAUV  revA
PAR_LicorIF.h
Go to the documentation of this file.
1 
13 #ifndef PAR_LICORIF_H_
14 #define PAR_LICORIF_H_
15 
16 #include "data/ElementURI.h"
17 
27 namespace PAR_LicorIF
28 {
31 static const Str NAME( "PAR_Licor" );
32 
33 // Include common ConfigURIs -- must be in namespace and follow definition of NAME
39 
40 static const ConfigURI ADC_CAL_CFG( NAME, "adcCal", Units::MICROAMPERE_PER_COUNT );
41 static const ConfigURI DARK_COUNT_CFG( NAME, "darkCount", Units::COUNT );
42 static const ConfigURI MULTIPLIER_CFG( NAME, "multiplier", Units::MICROMOLE_PER_SECOND_PER_SQUARE_METER_PER_MICROAMPERE );
43 static const ConfigURI MAX_BOUND_CFG( NAME, "maxBound", Units::MICROMOLE_PER_SECOND_PER_SQUARE_METER );
44 static const ConfigURI MIN_BOUND_CFG( NAME, "minBound", Units::MICROMOLE_PER_SECOND_PER_SQUARE_METER );
45 static const ConfigURI MAX_VALID_PITCH_CFG( NAME, "maxValidPitch", Units::DEGREE );
46 static const ConfigURI MIN_VALID_PITCH_CFG( NAME, "minValidPitch", Units::DEGREE );
47 static const ConfigURI SERIAL_CFG( NAME, "serial", Units::NONE );
48 
49 static const DataURI ADC_COUNT( NAME, "adcCount", Units::COUNT );
50 
51 }
52 
53 #endif /*DEPTH_KellerIF_H_*/
static const BaseUnit COUNT
Definition: Units.h:228
static const Unit MICROMOLE_PER_SECOND_PER_SQUARE_METER_PER_MICROAMPERE
Definition: Units.h:151
Specifies URIs shared by components that can simulate their hardware Designed to be included within n...
Specifies URIs shared by components that have a/d converters Designed to be included within namespace...
Specifies URIs shared by components that have a/d converters with timeouts Designed to be included wi...
static const Unit MICROAMPERE_PER_COUNT
Definition: Units.h:250
Definition: ElementURI.h:166
Replacement for standard template class string.
Definition: Str.h:12
Specifies the interface details for the Depth_MSI_US300 component in the SensorModule.
Definition: PAR_LicorIF.h:27
Specifies URIs shared by components that can be loaded from modules at startup Designed to be include...
Contains the ElementURI class definition.
static const Unit MICROMOLE_PER_SECOND_PER_SQUARE_METER
Definition: Units.h:150
Definition: ElementURI.h:229
static const BaseUnit NONE
Definition: Units.h:208
Specifies URIs shared by components that have load controllers Designed to be included within namespa...
static const Unit DEGREE
Definition: Units.h:132