CIM++ Adapted CIM Codebase
LineFault.h
1 // LineFault.h
3 // Implementation of the Class LineFault
4 // Original author: kdemaree
6 
7 #ifndef LINEFAULT_H
8 #define LINEFAULT_H
9 
10 #include "IEC61970/Base/Domain/Length.h"
11 #include "IEC61970/Base/Wires/ACLineSegment.h"
12 #include "IEC61970/Base/Faults/Fault.h"
13 
14 namespace IEC61970
15 {
16  namespace Base
17  {
18  namespace Faults
19  {
24  {
25 
26  public:
27  LineFault();
28  virtual ~LineFault();
38 
39  };
40 
41  }
42 
43  }
44 
45 }
46 #endif // LINEFAULT_H
Definition: Length.h:22
Definition: ACLineSegment.h:38
Definition: AuxiliaryEquipment.h:13
Definition: LineFault.h:23
IEC61970::Base::Domain::Length lengthFromTerminal1
Definition: LineFault.h:33
IEC61970::Base::Wires::ACLineSegment * ACLineSegment
Definition: LineFault.h:37
Definition: Fault.h:30