CIM++ Adapted CIM Codebase
GenUnitOpSchedule.h
1 // GenUnitOpSchedule.h
3 // Implementation of the Class GenUnitOpSchedule
5 
6 #ifndef GENUNITOPSCHEDULE_H
7 #define GENUNITOPSCHEDULE_H
8 
9 #include "IEC61970/Base/Core/RegularIntervalSchedule.h"
10 
11 namespace IEC61970
12 {
13  namespace Base
14  {
15  namespace Generation
16  {
17  namespace Production
18  {
27  {
28 
29  public:
31  virtual ~GenUnitOpSchedule();
32 
33  };
34 
35  }
36 
37  }
38 
39  }
40 
41 }
42 #endif // GENUNITOPSCHEDULE_H
Definition: AuxiliaryEquipment.h:13
Definition: RegularIntervalSchedule.h:25