IEC61970 16v29a - IEC61968 12v08
Cabinet.h
1 // Cabinet.h
3 // Implementation of the Class Cabinet
5 
6 #ifndef CABINET_H
7 #define CABINET_H
8 
9 #include "IEC61968/Assets/AssetContainer.h"
10 
11 namespace IEC61968
12 {
13  namespace InfIEC61968
14  {
15  namespace InfAssets
16  {
22  {
23 
24  public:
25  Cabinet();
26  virtual ~Cabinet();
27 
28  };
29 
30  }
31 
32  }
33 
34 }
35 #endif // CABINET_H
Definition: AssetContainer.h:22
Definition: BusbarSectionInfo.h:14