CIM++ Adapted CIM Codebase
RedLine.h
1 // RedLine.h
3 // Implementation of the Class RedLine
5 
6 #ifndef REDLINE_H
7 #define REDLINE_H
8 
9 #include "IEC61968/Common/Status.h"
10 #include "IEC61970/Base/Core/IdentifiedObject.h"
11 
12 namespace IEC61968
13 {
14  namespace InfIEC61968
15  {
16  namespace InfLocations
17  {
24  {
25 
26  public:
27  RedLine();
28  virtual ~RedLine();
30 
31  };
32 
33  }
34 
35  }
36 
37 }
38 #endif // REDLINE_H
Definition: Status.h:20
Definition: IdentifiedObject.h:36
Definition: BusbarSectionInfo.h:14