Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_yaml_strings.h
Go to the documentation of this file.
1 // See the 'COPYING' file in the project root for licensing information.
2 /*
3  * Adaptive Framework (afw_yaml_) Strings Header
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_yaml".
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 #ifndef __AFW_YAML_STRINGS_H__
20 #define __AFW_YAML_STRINGS_H__
21 
22 
28 #include "afw_interface.h"
30 
31 
33 #define AFW_YAML_Q__AdaptiveManifest_ "_AdaptiveManifest_"
34 
36 AFW_YAML_DECLARE_CONST_DATA(afw_utf8_t) afw_yaml_s__AdaptiveManifest_;
37 
39 #define AFW_YAML_Q_afw_yaml "afw_yaml"
40 
42 AFW_YAML_DECLARE_CONST_DATA(afw_utf8_t) afw_yaml_s_afw_yaml;
43 
45 #define AFW_YAML_Q_brief "brief"
46 
48 AFW_YAML_DECLARE_CONST_DATA(afw_utf8_t) afw_yaml_s_brief;
49 
51 #define AFW_YAML_Q_default "default"
52 
54 AFW_YAML_DECLARE_CONST_DATA(afw_utf8_t) afw_yaml_s_default;
55 
57 #define AFW_YAML_Q_description "description"
58 
60 AFW_YAML_DECLARE_CONST_DATA(afw_utf8_t) afw_yaml_s_description;
61 
63 #define AFW_YAML_Q_extensionId "extensionId"
64 
66 AFW_YAML_DECLARE_CONST_DATA(afw_utf8_t) afw_yaml_s_extensionId;
67 
69 #define AFW_YAML_Q_indirect "indirect"
70 
72 AFW_YAML_DECLARE_CONST_DATA(afw_utf8_t) afw_yaml_s_indirect;
73 
75 #define AFW_YAML_Q_modulePath "modulePath"
76 
78 AFW_YAML_DECLARE_CONST_DATA(afw_utf8_t) afw_yaml_s_modulePath;
79 
81 #define AFW_YAML_Q_registers "registers"
82 
84 AFW_YAML_DECLARE_CONST_DATA(afw_utf8_t) afw_yaml_s_registers;
85 
86 
87 #endif /* __AFW_YAML_STRINGS_H__ */
Interfaceafw_interface header.
Adaptive Framework declare helpers for afw_yaml_.
AFW_YAML_DECLARE_CONST_DATA(afw_utf8_t) afw_yaml_s__AdaptiveManifest_
afw_utf8_t for string AdaptiveManifest
NFC normalized UTF-8 string.
Definition: afw_common.h:545