IEC61970 16v29a - IEC61968 12v08
EndDeviceEventDetail.h
1 // EndDeviceEventDetail.h
3 // Implementation of the Class EndDeviceEventDetail
4 // Original author: T. Kostic
6 
7 #ifndef ENDDEVICEEVENTDETAIL_H
8 #define ENDDEVICEEVENTDETAIL_H
9 
10 #include "BaseClass.h"
11 #include "IEC61970/Base/Domain/String.h"
12 #include "IEC61970/Base/Domain/StringQuantity.h"
13 
14 namespace IEC61968
15 {
16  namespace Metering
17  {
22  {
23 
24  public:
26  virtual ~EndDeviceEventDetail();
30  IEC61970::Base::Domain::String name;
35 
36  };
37 
38  }
39 
40 }
41 #endif // ENDDEVICEEVENTDETAIL_H
Definition: EndDeviceEventDetail.h:21
IEC61970::Base::Domain::StringQuantity value
Definition: EndDeviceEventDetail.h:34
Definition: StringQuantity.h:23
Definition: BaseClass.h:6
Definition: BusbarSectionInfo.h:14
IEC61970::Base::Domain::String name
Definition: EndDeviceEventDetail.h:30