IEC61970 16v29a - IEC61968 12v08
ComMedia.h
1 // ComMedia.h
3 // Implementation of the Class ComMedia
5 
6 #ifndef COMMEDIA_H
7 #define COMMEDIA_H
8 
9 #include "IEC61968/Assets/Asset.h"
10 
11 namespace IEC61968
12 {
13  namespace Assets
14  {
19  {
20 
21  public:
22  ComMedia();
23  virtual ~ComMedia();
24 
25  };
26 
27  }
28 
29 }
30 #endif // COMMEDIA_H
Definition: ComMedia.h:18
Definition: Asset.h:45
Definition: BusbarSectionInfo.h:14