IEC61970 16v29a - IEC61968 12v08
SimpleEndDeviceFunction.h
1 // SimpleEndDeviceFunction.h
3 // Implementation of the Class SimpleEndDeviceFunction
4 // Original author: T. Kostic
6 
7 #ifndef SIMPLEENDDEVICEFUNCTION_H
8 #define SIMPLEENDDEVICEFUNCTION_H
9 
10 #include "IEC61968/Metering/EndDeviceFunctionKind.h"
11 #include "IEC61968/Metering/EndDeviceFunction.h"
12 
13 namespace IEC61968
14 {
15  namespace Metering
16  {
23  {
24 
25  public:
27  virtual ~SimpleEndDeviceFunction();
31  IEC61968::Metering::EndDeviceFunctionKind kind = IEC61968::Metering::EndDeviceFunctionKind::_undef;
32 
33  };
34 
35  }
36 
37 }
38 #endif // SIMPLEENDDEVICEFUNCTION_H
Definition: SimpleEndDeviceFunction.h:22
IEC61968::Metering::EndDeviceFunctionKind kind
Definition: SimpleEndDeviceFunction.h:31
Definition: EndDeviceFunction.h:20
Definition: BusbarSectionInfo.h:14