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