6 #ifndef SUBGEOGRAPHICALREGION_H     7 #define SUBGEOGRAPHICALREGION_H    11 #include "IEC61970/Base/Wires/Line.h"    12 #include "IEC61970/Base/Core/Substation.h"    13 #include "IEC61970/Base/Core/IdentifiedObject.h"    33                 std::list<IEC61970::Base::Wires::Line*> 
Lines;
    46 #endif // SUBGEOGRAPHICALREGION_H std::list< IEC61970::Base::Core::Substation * > Substations
Definition: SubGeographicalRegion.h:37
 
Definition: AuxiliaryEquipment.h:13
 
Definition: IdentifiedObject.h:36
 
std::list< IEC61970::Base::Wires::Line * > Lines
Definition: SubGeographicalRegion.h:33
 
Definition: SubGeographicalRegion.h:24