#include <UsagePointGroup.h>
Public Attributes | |
IEC61970::Base::Domain::String | type |
std::list< IEC61968::Metering::UsagePoint * > | UsagePoints |
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 |
Abstraction for management of group communications within a two-way AMR system or the data for a group of related usage points. Commands can be issued to all of the usage points that belong to a usage point group using a defined group address and the underlying AMR communication infrastructure.
IEC61970::Base::Domain::String IEC61968::Metering::UsagePointGroup::type |
Type of this group.
std::list<IEC61968::Metering::UsagePoint*> IEC61968::Metering::UsagePointGroup::UsagePoints |
All usage points in this group.