CIM++ Adapted CIM Codebase
Public Attributes | List of all members
IEC61970::Base::SCADA::CommunicationLink Class Reference

#include <CommunicationLink.h>

Inheritance diagram for IEC61970::Base::SCADA::CommunicationLink:
Inheritance graph
[legend]
Collaboration diagram for IEC61970::Base::SCADA::CommunicationLink:
Collaboration graph
[legend]

Public Attributes

std::list< IEC61970::Base::SCADA::RemoteUnit * > RemoteUnits
 
- 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::PSRTypePSRType
 
- 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
 

Detailed Description

The connection to remote units is through one or more communication links. Reduntant links may exist. The CommunicationLink class inherit PowerSystemResource. The intention is to allow CommunicationLinks to have Measurements. These Measurements can be used to model link status as operational, out of service, unit failure etc.

Member Data Documentation

std::list<IEC61970::Base::SCADA::RemoteUnit*> IEC61970::Base::SCADA::CommunicationLink::RemoteUnits

RTUs may be attached to communication links.


The documentation for this class was generated from the following files: