IEC61970 16v29a - SINERGIEN 20170705
Public Attributes | List of all members
IEC61970::Base::Core::RegularTimePoint Class Reference

#include <RegularTimePoint.h>

Inheritance diagram for IEC61970::Base::Core::RegularTimePoint:
Inheritance graph
[legend]
Collaboration diagram for IEC61970::Base::Core::RegularTimePoint:
Collaboration graph
[legend]

Public Attributes

IEC61970::Base::Domain::Integer sequenceNumber
 
IEC61970::Base::Domain::Float value1
 
IEC61970::Base::Domain::Float value2
 

Detailed Description

Time point for a schedule where the time between the consecutive points is constant.

Member Data Documentation

◆ sequenceNumber

IEC61970::Base::Domain::Integer IEC61970::Base::Core::RegularTimePoint::sequenceNumber

The position of the regular time point in the sequence. Note that time points don't have to be sequential, i.e. time points may be omitted. The actual time for a RegularTimePoint is computed by multiplying the associated regular interval schedule's time step with the regular time point sequence number and adding the associated schedules start time.

◆ value1

IEC61970::Base::Domain::Float IEC61970::Base::Core::RegularTimePoint::value1

The first value at the time. The meaning of the value is defined by the derived type of the associated schedule.

◆ value2

IEC61970::Base::Domain::Float IEC61970::Base::Core::RegularTimePoint::value2

The second value at the time. The meaning of the value is defined by the derived type of the associated schedule.


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