Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
GoSdk.h
Go to the documentation of this file.
1 /**
2  * @file GoSdk.h
3  * @brief Includes all Gocator SDK headers.
4  *
5  * @internal
6  * Copyright (C) 2015 by LMI Technologies Inc.
7  * Licensed under the MIT License.
8  * Redistributed files must retain the above copyright notice.
9  */
10 #ifndef GO_SDK_H
11 #define GO_SDK_H
12 
13 #include <GoSdk/GoSdkDef.h>
14 #include <GoSdk/GoSdkLib.h>
15 #include <GoSdk/GoPartModel.h>
16 #include <GoSdk/GoSensor.h>
17 #include <GoSdk/GoSensorInfo.h>
18 #include <GoSdk/GoSetup.h>
19 #include <GoSdk/GoSystem.h>
20 #include <GoSdk/GoUtils.h>
28 #include <GoSdk/Outputs/GoOutput.h>
31 #include <GoSdk/Tools/GoTool.h>
32 #include <GoSdk/Tools/GoTools.h>
33 #include <GoSdk/Tools/GoExtTool.h>
34 
35 #endif
Declares the base GoTool class.
Declares Gocator data message classes and related types.
Declares the GoMeasurement class.
Declares the GoReceiver class.
Declares the GoOutput class.
Declares the GoSensor class.
Contains various helper functions.
Declares the GoDataSet class.
Declares the GoSensorInfo class.
Declares discovery-related types.
Essential SDK declarations.
Declares the GoMeasurement classes.
Declares the GoSerializer class.
Gocator SDK library management functions.
Declares the GoControl class.
Declares the GoSystem class.
Declares the GoTool classes.
Declares the GoSetup class.
Declares the GoHealthMsg class and related types.