![]() |
C++ API
|
Sensor connection/disconnection tracking event class. More...
#include <plux.h>
Public Attributes | |
| int | port |
| Sensor port. | |
| bool | connect |
| True if sensor was connected, false otherwise. | |
| bool | idChanged |
| True if a different sensor was connected on the port, according to port-sensor map defined at acquisition start. | |
Public Attributes inherited from Plux::Event | |
| Type | type |
| Event type. | |
Additional Inherited Members | |
Public Types inherited from Plux::Event | |
| enum | Type { TypeDigInUpdate = 3 , TypeSchedChange = 4 , TypeSync = 5 , TypeGestFeatures = 7 , TypeDisconnect = 8 , TypeSignalGood = 9 , TypeBattery = 10 , TypeSensorTrack = 11 , TypeFrameData = 12 , TypeDeviceState = 13 , TypeCalibrationData = 14 } |
| Event type enumeration. More... | |
Sensor connection/disconnection tracking event class.