libvisiontransfer  10.6.0
Public Member Functions | List of all members
visiontransfer::TimestampedScalar Class Reference

Detailed Description

Encapsulate a scalar sensor measurement, containing the value, as well as timestamp and status fields.

Definition at line 51 of file sensordata.h.

#include <visiontransfer/sensordata.h>

Inheritance diagram for visiontransfer::TimestampedScalar:
Inheritance graph
[legend]
Collaboration diagram for visiontransfer::TimestampedScalar:
Collaboration graph
[legend]

Public Member Functions

double value () const
 
 TimestampedScalar (int timestampSec, int timestampUSec, unsigned char status, double value)
 
- Public Member Functions inherited from visiontransfer::SensorRecord
 SensorRecord (int timestampSec, int timestampUSec, unsigned char status)
 
void getTimestamp (int &s, int &us) const
 
unsigned char getStatus () const
 

Additional Inherited Members

- Protected Attributes inherited from visiontransfer::SensorRecord
int timestampSec
 
int timestampUSec
 
unsigned char status
 

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