• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[
2    {
3        "name": "OH_Sensor_GetInfos"
4    },
5    {
6        "name": "OH_Sensor_Subscribe"
7    },
8    {
9        "name": "OH_Sensor_Unsubscribe"
10    },
11    {
12        "name": "OH_SensorInfo_GetName"
13    },
14    {
15        "name": "OH_SensorInfo_GetVendorName"
16    },
17    {
18        "name": "OH_SensorInfo_GetType"
19    },
20    {
21        "name": "OH_SensorInfo_GetResolution"
22    },
23    {
24        "name": "OH_SensorInfo_GetMinSamplingInterval"
25    },
26    {
27        "name": "OH_SensorInfo_GetMaxSamplingInterval"
28    },
29    {
30        "name": "OH_SensorEvent_GetType"
31    },
32    {
33        "name": "OH_SensorEvent_GetTimestamp"
34    },
35    {
36        "name": "OH_SensorEvent_GetAccuracy"
37    },
38    {
39        "name": "OH_SensorEvent_GetData"
40    },
41    {
42        "name": "OH_SensorSubscriptionId_GetType"
43    },
44    {
45        "name": "OH_SensorSubscriptionId_SetType"
46    },
47    {
48        "name": "OH_SensorSubscriptionAttribute_SetSamplingInterval"
49    },
50    {
51        "name": "OH_SensorSubscriptionAttribute_GetSamplingInterval"
52    },
53    {
54        "name": "OH_SensorSubscriber_SetCallback"
55    },
56    {
57        "name": "OH_SensorSubscriber_GetCallback"
58    },
59    {
60        "name": "OH_Sensor_CreateInfos"
61    },
62    {
63        "name": "OH_Sensor_DestroyInfos"
64    },
65    {
66        "name": "OH_Sensor_CreateSubscriptionId"
67    },
68    {
69        "name": "OH_Sensor_DestroySubscriptionId"
70    },
71    {
72        "name": "OH_Sensor_CreateSubscriptionAttribute"
73    },
74    {
75        "name": "OH_Sensor_DestroySubscriptionAttribute"
76    },
77    {
78        "name": "OH_Sensor_CreateSubscriber"
79    },
80    {
81        "name": "OH_Sensor_DestroySubscriber"
82    }
83]