CIM++ Adapted CIM Codebase
WorkAsset.h
1 // WorkAsset.h
3 // Implementation of the Class WorkAsset
4 // Original author: T. Kostic
6 
7 #ifndef WORKASSET_H
8 #define WORKASSET_H
9 
10 #include "IEC61968/Assets/Asset.h"
11 #include "IEC61968/Common/Crew.h"
12 
13 namespace IEC61968
14 {
15  namespace Work
16  {
21  {
22 
23  public:
24  WorkAsset();
25  virtual ~WorkAsset();
30 
31  };
32 
33  }
34 
35 }
36 #endif // WORKASSET_H
IEC61968::Common::Crew * Crew
Definition: WorkAsset.h:29
Definition: WorkAsset.h:20
Definition: Asset.h:45
Definition: BusbarSectionInfo.h:14
Definition: Crew.h:24