Neonode zForce(TM) SDK
Main Page
Modules
Classes
Files
File List
File Members
PlusDevice.h
Go to the documentation of this file.
1
11
#ifndef DEVICE_SENSORDEVICE_PLUSDEVICE_PLUSDEVICE_H
12
#define DEVICE_SENSORDEVICE_PLUSDEVICE_PLUSDEVICE_H
13
14
#ifndef ZFORCECOMMON_H
15
#error Please include "zForceCommon.h" before this file.
16
#endif // ZFORCECOMMON_H
17
18
struct
PlusDevice
19
{
20
SensorDevice
;
21
};
22
35
DLLINTERNAL
PlusDevice
*
PlusDevice_New
(
Connection
* connection,
36
DeviceType deviceType,
37
uint32_t deviceIndex,
size_t
size);
38
39
#endif // DEVICE_SENSORDEVICE_PLUSDEVICE_PLUSDEVICE_H
40
Connection
The main Connection struct.
Definition:
Connection.h:43
PlusDevice
Definition:
PlusDevice.h:18
SensorDevice
Definition:
SensorDevice.h:20
PlusDevice_New
DLLINTERNAL PlusDevice * PlusDevice_New(Connection *connection, DeviceType deviceType, uint32_t deviceIndex, size_t size)
Internal call used to create a new PlusDevice.
Generated by
1.8.11