opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
Frozen counters are used to report the value of a counter point captured at the instant when the count is frozen. More...
#include <opendnp3/app/MeasurementTypes.h>
Public Member Functions | |
FrozenCounter () | |
FrozenCounter (uint32_t value) | |
FrozenCounter (uint32_t value, Flags flags) | |
FrozenCounter (uint32_t value, Flags flags, DNPTime time) | |
Additional Inherited Members | |
![]() | |
typedef uint32_t | Type |
![]() | |
uint32_t | value |
![]() | |
Flags | flags |
DNPTime | time |
![]() | |
TypedMeasurement () | |
TypedMeasurement (Flags flags) | |
TypedMeasurement (uint32_t value, Flags flags) | |
TypedMeasurement (uint32_t value, Flags flags, DNPTime time) | |
![]() | |
Measurement () | |
Measurement (Flags flags) | |
Measurement (Flags flags, DNPTime time) | |
Frozen counters are used to report the value of a counter point captured at the instant when the count is frozen.
Definition at line 136 of file MeasurementTypes.h.
opendnp3::FrozenCounter::FrozenCounter | ( | ) |
|
explicit |