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