code_device/hgdriver/3rdparty/nick/callbackdefines.h

11 lines
261 B
C
Raw Normal View History

2022-05-03 03:56:07 +00:00
#ifndef CALLBACKDEFINESH
#define CALLBACKDEFINESH
typedef void(*usbreport_callback)(int conditioncode,void* usrdata);
typedef void(*usbcallback)(int conditioncode,void* usrdata);
typedef void(*onimagecallback)(void* mat, int bpp, int statuscode);
#endif