LRAUV  revA
SCPIIF.h
Go to the documentation of this file.
1 
13 #ifndef SCPIIF_H
14 #define SCPIIF_H
15 
16 #include "data/ElementURI.h"
17 
24 namespace SCPIIF
25 {
28 static const Str NAME( "SCPI" );
29 
30 // Include common ConfigURIs -- must be in namespace and follow definition of NAME
34 #include "component/HasUartIF.h"
35 
36 static const ConfigURI SAMPLE_TIME_CFG( NAME, "sampleTime", Units::SECOND );
37 
38 static const DataURI SAMPLE_SCPI( NAME, "sampleSCPI", Units::BOOL );
39 
40 }
41 
42 #endif /*SCPIIF_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 SCPI component in the SensorModule.
Definition: SCPIIF.h:24
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.
Definition: ElementURI.h:229
Specifies URIs shared by components that have load controllers Designed to be included within namespa...
static const BaseUnit BOOL
Definition: Units.h:227