sensorfw
timedunsigned.h
Go to the documentation of this file.
1
26#ifndef TIMED_UNSIGNED_H
27#define TIMED_UNSIGNED_H
28
30
34class TimedUnsigned : public TimedData {
35public:
40
47 TimedUnsigned(const quint64& timestamp, unsigned value) : TimedData(timestamp), value_(value) {}
48
49 unsigned value_;
50};
51
53
54#endif // TIMED_UNSIGNED_H
A base class for measurement data that contain timestamp.
Definition: genericdata.h:36
Datatype for unsigned integer value with timestamp.
Definition: timedunsigned.h:34
unsigned value_
Measurement value.
Definition: timedunsigned.h:49
TimedUnsigned()
Default constructor.
Definition: timedunsigned.h:39
TimedUnsigned(const quint64 &timestamp, unsigned value)
Constructor.
Definition: timedunsigned.h:47
Q_DECLARE_METATYPE(TMatrix)
Basic datatypes for filters.