IEC61970 16v29a - IEC61968 12v08
Operator.h
1 // Operator.h
3 // Implementation of the Class Operator
4 // Original author: T. Kostic
6 
7 #ifndef OPERATOR_H
8 #define OPERATOR_H
9 
10 #include "IEC61968/Common/OperationPersonRole.h"
11 
12 namespace IEC61968
13 {
14  namespace Common
15  {
20  {
21 
22  public:
23  Operator();
24  virtual ~Operator();
25 
26  };
27 
28  }
29 
30 }
31 #endif // OPERATOR_H
Definition: OperationPersonRole.h:19
Definition: BusbarSectionInfo.h:14
Definition: Operator.h:19