libvisiontransfer
10.8.0
|
Base class for sensor records with timestamp and status (reliability) fields.
Definition at line 30 of file sensordata.h.
#include <visiontransfer/sensordata.h>
Public Member Functions | |
SensorRecord (int timestampSec, int timestampUSec, unsigned char status) | |
void | getTimestamp (int &s, int &us) const |
unsigned char | getStatus () const |
Protected Attributes | |
int | timestampSec |
int | timestampUSec |
unsigned char | status |
|
inline |
Returns the current sensor calibration status (range 0..3) 0: Sensor unreliable; 1: Accuracy low; 2: ~ medium; 3: ~ high
Definition at line 45 of file sensordata.h.
|
inline |
Returns the sensor-reported timestamp for the reading
Definition at line 40 of file sensordata.h.