CIM++ Adapted CIM_SINERGIEN Codebase
CurrentLimit.h
1 // CurrentLimit.h
3 // Implementation of the Class CurrentLimit
4 // Original author: kdd
6 
7 #ifndef CURRENTLIMIT_H
8 #define CURRENTLIMIT_H
9 
10 #include "IEC61970/Base/Domain/CurrentFlow.h"
11 #include "IEC61970/Base/OperationalLimits/OperationalLimit.h"
12 
13 namespace IEC61970
14 {
15  namespace Base
16  {
17  namespace OperationalLimits
18  {
23  {
24 
25  public:
26  CurrentLimit();
27  virtual ~CurrentLimit();
32 
33  };
34 
35  }
36 
37  }
38 
39 }
40 #endif // CURRENTLIMIT_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::CurrentFlow value
Definition: CurrentLimit.h:31
Definition: CurrentFlow.h:23