IEC61970 16v29a - IEC61968 12v08
CUAsset.h
1 // CUAsset.h
3 // Implementation of the Class CUAsset
5 
6 #ifndef CUASSET_H
7 #define CUASSET_H
8 
9 #include "IEC61970/Base/Domain/IntegerQuantity.h"
10 #include "IEC61968/Common/Status.h"
11 #include "IEC61970/Base/Domain/String.h"
12 #include "IEC61968/InfIEC61968/InfWork/WorkIdentifiedObject.h"
13 
14 
15 namespace IEC61968
16 {
17  namespace InfIEC61968
18  {
19  namespace InfAssets{
20  class GenericAssetModelOrMaterial;
21  }
22  namespace InfWork
23  {
29  {
30 
31  public:
32  CUAsset();
33  virtual ~CUAsset();
42  IEC61970::Base::Domain::String typeAssetCode;
44 
45  };
46 
47  }
48 
49  }
50 
51 }
52 #endif // CUASSET_H
Definition: Status.h:20
Definition: GenericAssetModelOrMaterial.h:30
IEC61970::Base::Domain::String typeAssetCode
Definition: CUAsset.h:42
IEC61970::Base::Domain::IntegerQuantity quantity
Definition: CUAsset.h:37
Definition: BusbarSectionInfo.h:14
Definition: IntegerQuantity.h:22
Definition: WorkIdentifiedObject.h:23