C++ API
Loading...
Searching...
No Matches
Plux::Sensor Struct Reference

Sensor information class. More...

#include <plux.h>

Public Types

enum  Class {
  UNKNOWN_CLASS = 0 , EMG = 1 , ECG = 2 , LIGHT = 3 ,
  EDA = 4 , BVP = 5 , RESP = 6 , XYZ = 7 ,
  SYNC = 8 , EEG = 9 , SYNC_ADAP = 10 , SYNC_LED = 11 ,
  SYNC_SW = 12 , USB = 13 , FORCE = 14 , TEMP = 15 ,
  VPROBE = 16 , BREAKOUT = 17 , OXIMETER = 18 , GONI = 19 ,
  ACT = 20 , EOG = 21 , EGG = 22 , ANSA = 23 ,
  OSL = 26
}
 Sensor class enumeration
 
enum  Color {
  UNKNOWN_COLOR , BLACK , GRAY , WHITE ,
  DARKBLUE , LIGHTBLUE , RED , GREEN ,
  YELLOW , ORANGE
}
 Sensor sleeve color enumeration
 

Public Attributes

uint64_t uid
 Sensor 48-bit unique identifier
 
Class clas
 Sensor class
 
int serialNum
 Sensor serial number within its class
 
int hwVersion
 Sensor hardware version number
 
int type
 Sensor interface type bitmask
 
time_t productionTime
 Sensor production timestamp
 
Color color
 Sensor sleeve color
 
Properties characteristics
 Sensor characteristics. See Sensor properties
 
Properties measurCalib
 Sensor measurements or calibration data. See Sensor properties
 

Detailed Description


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