Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
Overview

NOTE: For an optimal experience, please view this documentation in Mozilla FireFox.

The Gocator SDK is C library that supports communication with Gocator sensors.

The main functions of the SDK are under GoSensor. This class provides access to all main sensor functionality.

The Gocator SDK is an open-source library, provided under the MIT license. Visual Studio project files are included to generate builds for Windows and makefiles are included to generate builds for Linux.

To rebuild on Linux after extracting the contents of the SDK archive, first ensure that you have the g++ compiler package and then enter the following in a terminal window:

> cd GO_SDK/Gocator
> make -f GoSdk-Linux_X64.mk

On an X86 Linux distribution, use "GoSdk-Linux_X86.mk" instead.

The compiled Linux output libraries can be found in the "GO_SDK/lib/linux_x64" (or "GO_SDK/lib/linux_x86") folder.

The Gocator SDK has been tested on the following operating system editions:

  • Windows 7 (64-bit)
  • Ubuntu 16.04 (64-bit)

The Gocator SDK uses mm, mm2, mm3, hertz, microseconds and degrees as standard units unless otherwise mentioned