IEC61970 16v29a - IEC61968 12v08
Assignment.h
1 // Assignment.h
3 // Implementation of the Class Assignment
5 
6 #ifndef ASSIGNMENT_H
7 #define ASSIGNMENT_H
8 
9 #include "IEC61970/Base/Domain/DateTimeInterval.h"
10 #include "IEC61968/InfIEC61968/InfWork/WorkDocument.h"
11 
12 namespace IEC61968
13 {
14  namespace InfIEC61968
15  {
16  namespace InfWork
17  {
26  {
27 
28  public:
29  Assignment();
30  virtual ~Assignment();
35 
36  };
37 
38  }
39 
40  }
41 
42 }
43 #endif // ASSIGNMENT_H
Definition: BusbarSectionInfo.h:14
Definition: DateTimeInterval.h:22
IEC61970::Base::Domain::DateTimeInterval effectivePeriod
Definition: Assignment.h:34