Gocator API > Go2 > Values > Go2Mode
Gocator 1x00 API
Go2Mode
Description

Represents an operation mode.

C
enum Go2Mode {
  GO2_MODE_UNKNOWN,
  GO2_MODE_VIDEO,
  GO2_MODE_RANGE_MEASUREMENT,
  GO2_MODE_PROFILE_TEMPLATE,
  GO2_MODE_PROFILE_MEASUREMENT,
  GO2_MODE_PART_TEMPLATE,
  GO2_MODE_PART_MEASUREMENT,
  GO2_MODE_RAW_PROFILE,
  GO2_MODE_EXPOSURE_CAL,
  GO2_MODE_ALIGN_CAL,
  GO2_MODE_TRAVEL_CAL,
  GO2_MODE_ROLINE
};
Members
Members 
Description 
GO2_MODE_UNKNOWN 
Unknown operation mode. 
GO2_MODE_VIDEO 
Video mode. 
GO2_MODE_RANGE_MEASUREMENT 
Range measurement mode. Supported only on 1x00 series sensors. 
GO2_MODE_PROFILE_TEMPLATE 
Profile template registration mode. Supported only on 2x00 series sensors. 
GO2_MODE_PROFILE_MEASUREMENT 
Profile measurement mode. Supported only on 2x00 series sensors. 
GO2_MODE_PART_TEMPLATE 
Part template registration mode. Supported only on 2x00 series sensors. 
GO2_MODE_PART_MEASUREMENT 
Part measurement mode. Supported only on 2x00 and 3x00 series sensors. 
GO2_MODE_RAW_PROFILE 
Raw Profile mode. Supported only on 2x00 series sensors. 
GO2_MODE_EXPOSURE_CAL 
Exposure calibration mode. 
GO2_MODE_ALIGN_CAL 
Alignment calibration mode. 
GO2_MODE_TRAVEL_CAL 
Travel calibration mode. 
GO2_MODE_ROLINE 
Roline mode. Supported only on specialized sensors. 
File

Go2Api.h

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