CIM++ Adapted CIM Codebase
RecloseSequence.h
1 // RecloseSequence.h
3 // Implementation of the Class RecloseSequence
5 
6 #ifndef RECLOSESEQUENCE_H
7 #define RECLOSESEQUENCE_H
8 
9 #include "IEC61970/Base/Domain/Seconds.h"
10 #include "IEC61970/Base/Domain/Integer.h"
11 #include "IEC61970/Base/Core/IdentifiedObject.h"
12 
13 namespace IEC61970
14 {
15  namespace Base
16  {
17  namespace Protection
18  {
24  {
25 
26  public:
28  virtual ~RecloseSequence();
37  IEC61970::Base::Domain::Integer recloseStep;
38 
39  };
40 
41  }
42 
43  }
44 
45 }
46 #endif // RECLOSESEQUENCE_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Integer recloseStep
Definition: RecloseSequence.h:37
IEC61970::Base::Domain::Seconds recloseDelay
Definition: RecloseSequence.h:32
Definition: Seconds.h:22
Definition: RecloseSequence.h:23
Definition: IdentifiedObject.h:36