Gocator Development Kit
 All Classes Files Functions Variables Typedefs Friends Modules Pages
GdkSensorInfo.h
Go to the documentation of this file.
1 /**
2 * @file GdkSensorInfo.h
3 * @brief Declares the GdkSensorInfo class.
4 *
5 * Copyright (C) 2015-2022 by LMI Technologies Inc. All rights reserved.
6 */
7 #ifndef GDK_SENSOR_INFO_H
8 #define GDK_SENSOR_INFO_H
9 
10 #include <Gdk/GdkDef.h>
11 #include <Gdk/Utils/GdkDataInfo.h>
12 
13 /**
14 * Describes the sensor system environment.
15 *
16 * @class GdkSensorInfo
17 * @extends kObject
18 * @ingroup Gdk-Utils
19 */
20 typedef kObject GdkSensorInfo;
22 
23 /**
24 * Returns the sensor system orientation.
25 *
26 * @public @memberof GdkSensorInfo
27 * @param info Info object.
28 * @return Orientation.
29 */
31 
32 /**
33 * Returns the descriptor for a specified data source.
34 *
35 * @public @memberof GdkSensorInfo
36 * @param info Info object.
37 * @param source Data source.
38 * @return Descriptor for data source. kNULL if not found.
39 */
41 
42 /**
43 * Returns the serial number of the device running the tool.
44 *
45 * @public @memberof GdkSensorInfo
46 * @param info Info object.
47 * @return Sensor serial number.
48 */
50 
51 #endif
Essential Gdk declarations.
GdkOrientation GdkSensorInfo_Orientation(GdkSensorInfo info)
Returns the sensor system orientation.
Definition: GdkCfgInterfaces.h:14
#define kDeclareClassEx(PREFIX, SYMBOL, BASE)
Describes a data source.
Represents a data source selection.
Describes the sensor system environment.
GdkDataInfo GdkSensorInfo_DataSource(GdkSensorInfo info, GdkDataSource source)
Returns the descriptor for a specified data source.
Declares the GdkDataInfo class.
Represents the sensor system orientation.
k32u GdkSensorInfo_SerialNumber(GdkSensorInfo info)
Returns the serial number of the device running the tool.