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

Digital port input change event class. More...

#include <plux.h>

Inheritance diagram for Plux::EvtDigInUpdate:
Plux::Event

Public Attributes

Clock timestamp
 Event timestamp.
 
int channel
 The digital input which changed state, starting at zero.
 
bool state
 New state of digital port input. If true, new state is High, otherwise it is Low.
 
- 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...
 

Detailed Description

Digital port input change event class.


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