LRAUV  revA
ISUSIF.h
Go to the documentation of this file.
1 
13 #ifndef ISUSIF_H
14 #define ISUSIF_H
15 
16 #include "data/ElementURI.h"
17 
24 namespace ISUSIF
25 {
28 static const Str NAME( "ISUS" );
29 
30 // Include common ConfigURIs -- must be in namespace and follow definition of NAME
34 #include "component/HasPowerIF.h"
35 #include "component/HasUartIF.h"
36 
37 static const RestartConfigURI NITRATE_ACCURACY( NAME, "nitrateAccuracy", Units::MICROMOLE_PER_CUBIC_METER );
38 
39 static const DataURI DATESTRING( NAME, "dateDataString", Units::SECOND );
40 
41 }
42 
43 #endif /*ISUSIF_H*/
Specifies URIs shared by components that can simulate their hardware Designed to be included within n...
Specifies URIs shared by components that have UARTS Designed to be included within namespace within [...
static const BaseUnit SECOND
Definition: Units.h:43
Specifies the interface details for the ISUS component in the SensorModule.
Definition: ISUSIF.h:24
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.
Specifies URIs shared by components that have a power consumption config setting Designed to be inclu...
Definition: ElementURI.h:229
Specifies URIs shared by components that have load controllers Designed to be included within namespa...
Definition: ElementURI.h:192
static const Unit MICROMOLE_PER_CUBIC_METER
Definition: Units.h:149