IEC61970 17v23
FullModel.h
1 // FullModel.h
3 // Implementation of the Class FullModel
4 // Original author: selaost1
6 
7 #ifndef FULLMODEL_H
8 #define FULLMODEL_H
9 
10 #include "IEC61970/Part552Header/ModelDescription/Model.h"
11 
12 namespace IEC61970
13 {
14  namespace Part552Header
15  {
16  namespace ModelDescription
17  {
19  {
20 
21  public:
22  FullModel();
23  virtual ~FullModel();
24 
25  };
26 
27  }
28 
29  }
30 
31 }
32 #endif // FULLMODEL_H
Definition: AuxiliaryEquipment.h:13