|
sensorfw
|
Datatype for unsigned integer value with timestamp. More...
#include <timedunsigned.h>
Public Member Functions | |
| TimedUnsigned () | |
| Default constructor. | |
| TimedUnsigned (const quint64 ×tamp, unsigned value) | |
| Constructor. | |
Public Attributes | |
| unsigned | value_ |
| Measurement value. | |
Datatype for unsigned integer value with timestamp.
Definition at line 34 of file timedunsigned.h.
| TimedUnsigned::TimedUnsigned | ( | ) | [inline] |
Default constructor.
Definition at line 39 of file timedunsigned.h.
| TimedUnsigned::TimedUnsigned | ( | const quint64 & | timestamp, |
| unsigned | value | ||
| ) | [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.