IEC61970 17v07
AccumulatorValue.h
1 // AccumulatorValue.h
3 // Implementation of the Class AccumulatorValue
5 
6 #ifndef ACCUMULATORVALUE_H
7 #define ACCUMULATORVALUE_H
8 
9 #include "IEC61970/Base/Domain/Integer.h"
10 #include "IEC61970/Base/Meas/MeasurementValue.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace Meas
17  {
22  {
23 
24  public:
26  virtual ~AccumulatorValue();
31 
32  };
33 
34  }
35 
36  }
37 
38 }
39 #endif // ACCUMULATORVALUE_H
Definition: Integer.h:17
Definition: AuxiliaryEquipment.h:13
Definition: MeasurementValue.h:26
IEC61970::Base::Domain::Integer value
Definition: AccumulatorValue.h:30
Definition: AccumulatorValue.h:21