Add GTK test client, rework API with callbacks, make library

This commit is contained in:
Nils Faerber 2011-08-13 13:22:22 +02:00
parent 59068bbd13
commit 36bbcbe182
9 changed files with 1161 additions and 132 deletions

View file

@ -25,6 +25,13 @@
/* general */
#define MW_GET_DEVICE_TYPE 0x01
#define MW_GET_DEVICE_TYPE_RSP 0x02
#define MW_DEVICE_TYPE_RESERVED 0x00
#define MW_DEVICE_TYPE_ANA_DIGI 0x01
#define MW_DEVICE_TYPE_DIGITAL 0x02
#define MW_DEVICE_TYPE_DEVB_DIGI 0x03
#define MW_DEVICE_TYPE_DEVB_ANA_DIGI 0x04
#define MW_GET_INFORMATION_STRING 0x03
#define MW_GET_INFORMATION_STRING_RSP 0x04