IEC61970 16v29a - IEC61968 12v08
BreakerInfo.h
1 // BreakerInfo.h
3 // Implementation of the Class BreakerInfo
5 
6 #ifndef BREAKERINFO_H
7 #define BREAKERINFO_H
8 
9 #include "IEC61970/Base/Domain/CurrentFlow.h"
10 #include "IEC61968/InfIEC61968/InfAssetInfo/OldSwitchInfo.h"
11 
12 namespace IEC61968
13 {
14  namespace InfIEC61968
15  {
16  namespace InfAssetInfo
17  {
22  {
23 
24  public:
25  BreakerInfo();
26  virtual ~BreakerInfo();
31 
32  };
33 
34  }
35 
36  }
37 
38 }
39 #endif // BREAKERINFO_H
IEC61970::Base::Domain::CurrentFlow phaseTrip
Definition: BreakerInfo.h:30
Definition: BusbarSectionInfo.h:14
Definition: CurrentFlow.h:23