#include <Feeder.h>


Public Attributes | |
| std::list< IEC61970::Base::Core::Substation * > | NamingSecondarySubstation |
| std::list< IEC61970::Base::Core::Terminal * > | NormalHeadTerminal |
| std::list< IEC61970::Base::Core::Substation * > | NormalEnergizedSubstation |
Public Attributes inherited from IEC61970::Base::Core::EquipmentContainer | |
| std::list< IEC61970::Base::Core::Equipment * > | Equipments |
| std::list< IEC61970::Base::Core::Equipment * > | AdditionalGroupedEquipment |
Public Attributes inherited from IEC61970::Base::Core::PowerSystemResource | |
| std::list< IEC61970::Base::Meas::Control * > | Controls |
| std::list< IEC61970::Base::Meas::Measurement * > | Measurements |
| IEC61970::Base::Core::PSRType * | PSRType |
Public Attributes inherited from IEC61970::Base::Core::IdentifiedObject | |
| IEC61970::Base::Domain::String | aliasName |
| IEC61970::Base::Domain::String | description |
| IEC61970::Base::Domain::String | mRID |
| IEC61970::Base::Domain::String | name |
| std::list< IEC61970::Base::DiagramLayout::DiagramObject * > | DiagramObjects |
A collection of equipment for organizational purposes, used for grouping distribution resources. The organization a feeder does not necessarily reflect connectivity or current operation state.
| std::list<IEC61970::Base::Core::Substation*> IEC61970::Base::Core::Feeder::NamingSecondarySubstation |
The secondary substations that are normally energized from the feeder. Used for naming purposes. Should be consistent with the other associations for energizing terminal specification and the feeder energization specification.
| std::list<IEC61970::Base::Core::Substation*> IEC61970::Base::Core::Feeder::NormalEnergizedSubstation |
The substations that are normally energized by the feeder.
| std::list<IEC61970::Base::Core::Terminal*> IEC61970::Base::Core::Feeder::NormalHeadTerminal |
The normal head terminal or terminals of the feeder.
1.8.13