Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_ubjson_strings.c
Go to the documentation of this file.
1 // See the 'COPYING' file in the project root for licensing information.
2 /*
3  * Adaptive Framework Const
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
9 /* ----------------------------- N O T E -------------------------------------
10  *
11  * This file is generated by "afwdev generate afw_ubjson".
12  *
13  * Do not change this file directly or the changes will be lost the next time
14  * this file is regenerated.
15  *
16  * -------------------------------------------------------------------------*/
17 
18 
19 
25 #include "afw.h"
26 #include "afw_ubjson_strings.h"
27 
28 AFW_UBJSON_DEFINE_CONST_DATA(afw_utf8_t) afw_ubjson_s_default =
29 AFW_UTF8_LITERAL("default");
30 
31 AFW_UBJSON_DEFINE_CONST_DATA(afw_utf8_t) afw_ubjson_s_indirect =
32 AFW_UTF8_LITERAL("indirect");
Adaptive Framework Core API.
#define AFW_UBJSON_DEFINE_CONST_DATA(type)
Define a public afw_ubjson variable.
Adaptive Framework (afw_ubjson_) strings header.
#define AFW_UTF8_LITERAL(A_STRING)
String literal initializer.
Definition: afw_common.h:582
NFC normalized UTF-8 string.
Definition: afw_common.h:545