IEC61970 16v29a - IEC61968 12v08
WorkStatusEntry.h
1 // WorkStatusEntry.h
3 // Implementation of the Class WorkStatusEntry
5 
6 #ifndef WORKSTATUSENTRY_H
7 #define WORKSTATUSENTRY_H
8 
9 #include "IEC61970/Base/Domain/PerCent.h"
10 #include "IEC61968/Common/ActivityRecord.h"
11 
12 namespace IEC61968
13 {
14  namespace InfIEC61968
15  {
16  namespace InfWork
17  {
23  {
24 
25  public:
27  virtual ~WorkStatusEntry();
33 
34  };
35 
36  }
37 
38  }
39 
40 }
41 #endif // WORKSTATUSENTRY_H
IEC61970::Base::Domain::PerCent percentComplete
Definition: WorkStatusEntry.h:32
Definition: ActivityRecord.h:22
Definition: BusbarSectionInfo.h:14
Definition: WorkStatusEntry.h:22
Definition: PerCent.h:23