17#define CB_MAJOR_UINT 0
18#define CB_MAJOR_NINT 1
19#define CB_MAJOR_BSTR 2
20#define CB_MAJOR_TSTR 3
21#define CB_MAJOR_ARRAY 4
24#define CB_MAJOR_SIMPLE 7
27#define CB_INITIAL(major, ai) (((major) << 5) | (ai))
38#define CB_FALSE CB_INITIAL(7, 20)
39#define CB_TRUE CB_INITIAL(7, 21)
40#define CB_NULL CB_INITIAL(7, 22)
41#define CB_UNDEFINED CB_INITIAL(7, 23)
45#define CB_FLOAT16 CB_INITIAL(7, 25)
46#define CB_FLOAT32 CB_INITIAL(7, 26)
47#define CB_FLOAT64 CB_INITIAL(7, 27)
52 const unsigned char *data;
Definition cbor_codec.h:51
position of string
Definition struct_parse.h:175