Add GTK test client, rework API with callbacks, make library
This commit is contained in:
parent
59068bbd13
commit
36bbcbe182
9 changed files with 1161 additions and 132 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue