|
opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
Maps to Group50Var4 This class is a bit of an outlier as an indexed type and is really only used in the DNP3 PV profile. More...
#include <opendnp3/app/MeasurementTypes.h>
Public Member Functions | |
| TimeAndInterval () | |
| TimeAndInterval (DNPTime time, uint32_t interval, IntervalUnits units) | |
| TimeAndInterval (DNPTime time, uint32_t interval, uint8_t units) | |
| IntervalUnits | GetUnitsEnum () const |
Public Attributes | |
| uint32_t | interval |
| DNPTime | time |
| uint8_t | units |
Maps to Group50Var4 This class is a bit of an outlier as an indexed type and is really only used in the DNP3 PV profile.
Definition at line 168 of file MeasurementTypes.h.
| opendnp3::TimeAndInterval::TimeAndInterval | ( | ) |
| opendnp3::TimeAndInterval::TimeAndInterval | ( | DNPTime | time, |
| uint32_t | interval, | ||
| IntervalUnits | units | ||
| ) |
| IntervalUnits opendnp3::TimeAndInterval::GetUnitsEnum | ( | ) | const |
| uint32_t opendnp3::TimeAndInterval::interval |
Definition at line 180 of file MeasurementTypes.h.
| DNPTime opendnp3::TimeAndInterval::time |
Definition at line 179 of file MeasurementTypes.h.
| uint8_t opendnp3::TimeAndInterval::units |
Definition at line 181 of file MeasurementTypes.h.