sensorfw
TimedUnsigned Class Reference

Datatype for unsigned integer value with timestamp. More...

#include <timedunsigned.h>

Inheritance diagram for TimedUnsigned:
TimedData ProximityData

List of all members.

Public Member Functions

 TimedUnsigned ()
 Default constructor.
 TimedUnsigned (const quint64 &timestamp, unsigned value)
 Constructor.

Public Attributes

unsigned value_
 Measurement value.

Detailed Description

Datatype for unsigned integer value with timestamp.

Definition at line 34 of file timedunsigned.h.


Constructor & Destructor Documentation

Default constructor.

Definition at line 39 of file timedunsigned.h.

TimedUnsigned::TimedUnsigned ( const quint64 &  timestamp,
unsigned  value 
) [inline]

Constructor.

Parameters:
timestamptimestamp as monotonic time (microsec).
valuevalue of the measurement.

Definition at line 47 of file timedunsigned.h.


Member Data Documentation

Measurement value.

Definition at line 49 of file timedunsigned.h.


The documentation for this class was generated from the following file: