IEC61970 16v29a - IEC61968 12v08
ProtectionEquipmentInfo.h
1 // ProtectionEquipmentInfo.h
3 // Implementation of the Class ProtectionEquipmentInfo
5 
6 #ifndef PROTECTIONEQUIPMENTINFO_H
7 #define PROTECTIONEQUIPMENTINFO_H
8 
9 #include "IEC61970/Base/Domain/CurrentFlow.h"
10 #include "IEC61968/Assets/AssetInfo.h"
11 
12 namespace IEC61968
13 {
14  namespace InfIEC61968
15  {
16  namespace InfAssetInfo
17  {
22  {
23 
24  public:
26  virtual ~ProtectionEquipmentInfo();
35 
36  };
37 
38  }
39 
40  }
41 
42 }
43 #endif // PROTECTIONEQUIPMENTINFO_H
Definition: AssetInfo.h:28
IEC61970::Base::Domain::CurrentFlow phaseTrip
Definition: ProtectionEquipmentInfo.h:34
Definition: BusbarSectionInfo.h:14
Definition: ProtectionEquipmentInfo.h:21
Definition: CurrentFlow.h:23
IEC61970::Base::Domain::CurrentFlow groundTrip
Definition: ProtectionEquipmentInfo.h:30