CIM++ Adapted CIM Codebase
WorkTimeScheduleKind.h
1 // WorkTimeScheduleKind.h
3 // Implementation of the Class WorkTimeScheduleKind
4 // Original author: T. Kostic
6 
7 #ifndef WORKTIMESCHEDULEKIND_H
8 #define WORKTIMESCHEDULEKIND_H
9 
10 namespace IEC61968
11 {
12  namespace Work
13  {
17  enum class WorkTimeScheduleKind
18  {
19  estimate,
20  request,
21  actual,
22  earliest,
23  latest
24  };
25 
26  }
27 
28 }
29 #endif // WORKTIMESCHEDULEKIND_H
Definition: BusbarSectionInfo.h:14