LRAUV  revA
DropWeightIF.h
Go to the documentation of this file.
1 
13 #ifndef DROPWEIGHTIF_H
14 #define DROPWEIGHTIF_H
15 
16 #include "data/ElementURI.h"
17 
24 namespace DropWeightIF
25 {
28 static const Str NAME( "DropWeight" );
29 
30 // Include common ConfigURIs -- must be in namespace and follow definition of NAME
33 
34 static const DataURI DROP_WEIGHT_STATE( NAME, "dropWeightState", Units::BOOL );
35 
36 }
37 
38 #endif /*DROPWEIGHTIF_H*/
Specifies URIs shared by components that can simulate their hardware Designed to be included within n...
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.
#define DROP_WEIGHT_STATE
Definition: LPC3Reg.cpp:39
Definition: ElementURI.h:229
Specifies the interface details for the DropWeight component in the SensorModule. ...
Definition: DropWeightIF.h:24
static const BaseUnit BOOL
Definition: Units.h:227