IEC61970 16v29a - IEC61968 12v08
AssetModelCatalogue.h
1 // AssetModelCatalogue.h
3 // Implementation of the Class AssetModelCatalogue
5 
6 #ifndef ASSETMODELCATALOGUE_H
7 #define ASSETMODELCATALOGUE_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 InfAssetInfo
17  {
24  {
25 
26  public:
28  virtual ~AssetModelCatalogue();
30 
31  };
32 
33  }
34 
35  }
36 
37 }
38 #endif // ASSETMODELCATALOGUE_H
Definition: Status.h:20
Definition: IdentifiedObject.h:36
Definition: BusbarSectionInfo.h:14