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