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

Device state change event class. More...

#include <plux.h>

Inheritance diagram for Plux::EvtDeviceState:
Plux::Event

Public Types

enum  State {
  PowerDown = 0 , SensorUnplugged = 1 , SensorPlugged = 2 , LeadsOn = 3 ,
  Biocal = 4 , Ready = 5 , Acquiring = 6 , Stop = 7 ,
  BiocalStop = 8
}
 Device state enumeration.
 
- 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...
 

Public Attributes

State state
 Device state.
 
- Public Attributes inherited from Plux::Event
Type type
 Event type.
 

Detailed Description

Device state change event class.


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