IEC61970 16v29a - IEC61968 12v08
TypeAssetCatalogue.h
1 // TypeAssetCatalogue.h
3 // Implementation of the Class TypeAssetCatalogue
5 
6 #ifndef TYPEASSETCATALOGUE_H
7 #define TYPEASSETCATALOGUE_H
8 
9 #include "IEC61968/Common/Status.h"
10 #include "IEC61970/Base/Core/IdentifiedObject.h"
11 
12 namespace IEC61968
13 {
14  namespace InfIEC61968
15  {
16  namespace InfTypeAsset
17  {
23  {
24 
25  public:
27  virtual ~TypeAssetCatalogue();
29 
30  };
31 
32  }
33 
34  }
35 
36 }
37 #endif // TYPEASSETCATALOGUE_H
Definition: Status.h:20
Definition: IdentifiedObject.h:36
Definition: BusbarSectionInfo.h:14