Go to the documentation of this file.
27 #ifndef _INTERNAL_COM_H
28 #define _INTERNAL_COM_H
30 #define INTERNAL_COMM_MSG_TYPE_CTRL (1 << 16)
31 #define INTERNAL_COMM_MSG_TYPE_KB (1 << 17)
32 #define INTERNAL_COMM_MSG_TYPE_DATA (1 << 18)
34 #define INTERNAL_COMM_KB_REPLACE 1
35 #define INTERNAL_COMM_KB_GET 2
36 #define INTERNAL_COMM_KB_SENDING_INT 4
37 #define INTERNAL_COMM_KB_SENDING_STR 8
38 #define INTERNAL_COMM_KB_ERROR 16
40 #define INTERNAL_COMM_CTRL_FINISHED 1
41 #define INTERNAL_COMM_CTRL_ACK 2