IEC61970 16v29a - IEC61968 12v08
Craft.h
1 // Craft.h
3 // Implementation of the Class Craft
5 
6 #ifndef CRAFT_H
7 #define CRAFT_H
8 
9 #include <list>
10 
11 #include "IEC61968/Common/Status.h"
12 #include "IEC61970/Base/Domain/String.h"
13 #include "IEC61968/InfIEC61968/InfCommon/OldPerson.h"
14 #include "IEC61970/Base/Core/IdentifiedObject.h"
15 
16 namespace IEC61968
17 {
18  namespace InfIEC61968
19  {
20  namespace InfCommon
21  {
28  {
29 
30  public:
31  Craft();
32  virtual ~Craft();
37  IEC61970::Base::Domain::String type;
38  std::list<IEC61968::InfIEC61968::InfCommon::OldPerson*> ErpPersons;
39 
40  };
41 
42  }
43 
44  }
45 
46 }
47 #endif // CRAFT_H
Definition: Status.h:20
IEC61970::Base::Domain::String type
Definition: Craft.h:37
Definition: IdentifiedObject.h:36
Definition: BusbarSectionInfo.h:14