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

Represents the current calibration source/destination.

C
enum Go2CalibrationSource {
  GO2_CALIBRATION_SOURCE_GLOBAL = 0,
  GO2_CALIBRATION_SOURCE_LOCAL = 1
};
Members
Members 
Description 
GO2_CALIBRATION_SOURCE_GLOBAL = 0 
Transformation data is loaded from and saved to a private transformation file. 
GO2_CALIBRATION_SOURCE_LOCAL = 1 
Transformation data can be loaded from and saved to pubically downloadable file. 
File

Go2Api.h

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