Represents the event which triggers this output.
enum Go2DigitalEvent { GO2_DIGITAL_CONTROL_EVENT_NONE = 0, GO2_DIGITAL_CONTROL_EVENT_MEASUREMENT = 1, GO2_DIGITAL_CONTROL_EVENT_SOFTWARE = 2, GO2_DIGITAL_CONTROL_EVENT_CALIBRATION = 3, GO2_DIGITAL_CONTROL_EVENT_EXPOSURE = 4 };
|
Members |
Description |
|
GO2_DIGITAL_CONTROL_EVENT_NONE = 0 |
Output is disabled. |
|
GO2_DIGITAL_CONTROL_EVENT_MEASUREMENT = 1 |
Output is measurement driven. |
|
GO2_DIGITAL_CONTROL_EVENT_SOFTWARE = 2 |
Output is software driven. |
|
GO2_DIGITAL_CONTROL_EVENT_CALIBRATION = 3 |
Output represents the calibration state. Scheduling is disabled. |
|
GO2_DIGITAL_CONTROL_EVENT_EXPOSURE = 4 |
Output triggers on exposure. |
Go2Api.h