IEC61970 16v29a
SetPoint.h
1 // SetPoint.h
3 // Implementation of the Class SetPoint
5 
6 #ifndef SETPOINT_H
7 #define SETPOINT_H
8 
9 #include "IEC61970/Base/Domain/Float.h"
10 #include "IEC61970/Base/Meas/AnalogControl.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace Meas
17  {
22  {
23 
24  public:
25  SetPoint();
26  virtual ~SetPoint();
35 
36  };
37 
38  }
39 
40  }
41 
42 }
43 #endif // SETPOINT_H
Definition: SetPoint.h:21
Definition: AuxiliaryEquipment.h:13
Definition: AnalogControl.h:22
IEC61970::Base::Domain::Float value
Definition: SetPoint.h:34
IEC61970::Base::Domain::Float normalValue
Definition: SetPoint.h:30
Definition: Float.h:17