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