![]() |
C++ API
|
Digital port input change event class. More...
#include <plux.h>
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... | |
Digital port input change event class.