CIM++ Adapted CIM Codebase
IntervalReading.h
1 // IntervalReading.h
3 // Implementation of the Class IntervalReading
5 
6 #ifndef INTERVALREADING_H
7 #define INTERVALREADING_H
8 
9 #include "IEC61968/Metering/BaseReading.h"
10 
11 namespace IEC61968
12 {
13  namespace Metering
14  {
24  {
25 
26  public:
28  virtual ~IntervalReading();
29 
30  };
31 
32  }
33 
34 }
35 #endif // INTERVALREADING_H
Definition: IntervalReading.h:23
Definition: BaseReading.h:23
Definition: BusbarSectionInfo.h:14