sensorfw
timedunsigned.h
Go to the documentation of this file.
1
25
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
TimedData(const quint64 &timestamp)
Constructor.
Definition genericdata.h:44
Datatype for unsigned integer value with timestamp.
unsigned value_
Measurement value.
TimedUnsigned()
Default constructor.
TimedUnsigned(const quint64 &timestamp, unsigned value)
Constructor.
Q_DECLARE_METATYPE(TMatrix)
Basic datatypes for filters.