Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_ubjson_consts.c
Go to the documentation of this file.
1 // See the 'COPYING' file in the project root for licensing information.
2 /*
3  * AFW ubjson type constants.
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
15 #include "afw.h"
16 #include "afw_endian.h"
17 #include "afw_ubjson.h"
18 
19 /* the size (in bytes) of each marker */
20 const int AFW_UBJSON_SIZE[128] =
21 {
22  0, 0, 0, 0, 0, 0, 0, 0,
23  0, 0, 0, 0, 0, 0, 0, 0,
24  0, 0, 0, 0, 0, 0, 0, 0,
25  0, 0, 0, 0, 0, 0, 0, 0,
26  0, 0, 0, 0, 0, 0, 0, 0,
27  0, 0, 0, 0, 0, 0, 0, 0,
28  0, 0, 0, 0, 0, 0, 0, 0,
29  0, 0, 0, 0, 0, 0, 0, 0,
30  0, 0, 0, 1, 8, 0, 0, 0,
31  0, 2, 0, 0, 8, 0, 0, 0,
32  0, 0, 0, 0, 0, 1, 0, 0,
33  0, 0, 0, 0, 0, 0, 0, 0,
34  0, 0, 0, 0, 4, 0, 0, 0,
35  0, 1, 0, 0, 4, 0, 0, 0,
36  0, 0, 0, 0, 0, 0, 0, 0,
37  0, 0, 0, 0, 0, 0, 0, 0
38 };
Adaptive Framework Core API.
Adaptive Framework Endian Header.
Header file for Adaptive Framework UBJSON.