Classes | |
| class | DeviceBase |
| class | DriverBase |
| class | DriverServices |
| class | StreamBase |
| class | StreamServices |
Typedefs | |
| typedef void(ONI_CALLBACK_TYPE * | DeviceDisconnectedCallback )(const OniDeviceInfo *, void *pCookie) |
| typedef void(ONI_CALLBACK_TYPE * | DeviceStateChangedCallback )(const OniDeviceInfo *deviceId, int errorState, void *pCookie) |
| typedef void(ONI_CALLBACK_TYPE * | NewFrameCallback )(StreamBase *streamId, OniFrame *, void *pCookie) |
| typedef void * | pCookie |
| typedef void(ONI_CALLBACK_TYPE * | PropertyChangedCallback )(void *sender, int propertyId, const void *data, int dataSize, void *pCookie) |
Functions | |
| typedef | void (ONI_CALLBACK_TYPE *DeviceConnectedCallback)(const OniDeviceInfo * |
| typedef void(ONI_CALLBACK_TYPE* oni::driver::DeviceDisconnectedCallback)(const OniDeviceInfo *, void *pCookie) |
Definition at line 36 of file OniDriverAPI.h.
| typedef void(ONI_CALLBACK_TYPE* oni::driver::DeviceStateChangedCallback)(const OniDeviceInfo *deviceId, int errorState, void *pCookie) |
Definition at line 37 of file OniDriverAPI.h.
| typedef void(ONI_CALLBACK_TYPE* oni::driver::NewFrameCallback)(StreamBase *streamId, OniFrame *, void *pCookie) |
Definition at line 38 of file OniDriverAPI.h.
| typedef void* oni::driver::pCookie |
Definition at line 35 of file OniDriverAPI.h.
| typedef void(ONI_CALLBACK_TYPE* oni::driver::PropertyChangedCallback)(void *sender, int propertyId, const void *data, int dataSize, void *pCookie) |
Definition at line 39 of file OniDriverAPI.h.
| typedef oni::driver::void | ( | ONI_CALLBACK_TYPE * | DeviceConnectedCallback | ) | const |