CIM++ Adapted CIM_SINERGIEN Codebase
Cut.h
1 // Cut.h
3 // Implementation of the Class Cut
4 // Original author: selaost1
6 
7 #ifndef CUT_H
8 #define CUT_H
9 
10 #include "IEC61970/Base/Domain/Length.h"
11 #include "IEC61970/Base/Wires/Switch.h"
12 #include "IEC61970/Base/Wires/ACLineSegment.h"
13 
14 namespace IEC61970
15 {
16  namespace Base
17  {
18  namespace Wires
19  {
34  {
35 
36  public:
37  Cut();
38  virtual ~Cut();
48 
49  };
50 
51  }
52 
53  }
54 
55 }
56 #endif // CUT_H
Definition: Length.h:22
Definition: ACLineSegment.h:38
Definition: AuxiliaryEquipment.h:13
Definition: Cut.h:33
IEC61970::Base::Domain::Length lengthFromTerminal1
Definition: Cut.h:43
IEC61970::Base::Wires::ACLineSegment * ACLineSegment
Definition: Cut.h:47
Definition: Switch.h:29