sensorfw
|
Datatype for unsigned integer value with timestamp. More...
#include <timedunsigned.h>
Public Member Functions | |
TimedUnsigned () | |
Default constructor. More... | |
TimedUnsigned (const quint64 ×tamp, unsigned value) | |
Constructor. More... | |
![]() | |
TimedData (const quint64 ×tamp) | |
Constructor. More... | |
Public Attributes | |
unsigned | value_ |
Measurement value. More... | |
![]() | |
quint64 | timestamp_ |
monotonic time (microsec) More... | |
Datatype for unsigned integer value with timestamp.
Definition at line 34 of file timedunsigned.h.
|
inline |
Default constructor.
Definition at line 39 of file timedunsigned.h.
|
inline |
Constructor.
timestamp | timestamp as monotonic time (microsec). |
value | value of the measurement. |
Definition at line 47 of file timedunsigned.h.
unsigned TimedUnsigned::value_ |
Measurement value.
Definition at line 49 of file timedunsigned.h.