Gocator API > Go2.Output > Values > Go2DigitalEvent
Gocator 2x00 API
Go2DigitalEvent
Description

Represents the event which triggers this output.

C
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
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. 
File

Go2Api.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.