IEC61970 17v07
PSRType.h
1 // PSRType.h
3 // Implementation of the Class PSRType
5 
6 #ifndef PSRTYPE_H
7 #define PSRTYPE_H
8 
9 #include "IEC61970/Base/Core/IdentifiedObject.h"
10 
11 namespace IEC61970
12 {
13  namespace Base
14  {
15  namespace Core
16  {
24  {
25 
26  public:
27  PSRType();
28  virtual ~PSRType();
29 
30  };
31 
32  }
33 
34  }
35 
36 }
37 #endif // PSRTYPE_H
Definition: AuxiliaryEquipment.h:13
Definition: PSRType.h:23
Definition: IdentifiedObject.h:36