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

Represents the event which triggers this output.

C
enum Go2AnalogEvent {
  GO2_ANALOG_CONTROL_EVENT_MEASURMENT = 1,
  GO2_ANALOG_CONTROL_EVENT_SOFTWARE = 2
};
Members
Members 
Description 
GO2_ANALOG_CONTROL_EVENT_MEASURMENT = 1 
Output is measurement driven. 
GO2_ANALOG_CONTROL_EVENT_SOFTWARE = 2 
Output is software driven. 
File

Go2Api.h

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