Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_components.h
Go to the documentation of this file.
1 // See the 'COPYING' file in the project root for licensing information.
2 /*
3  * Adaptive Framework application
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
9 #ifndef __AFW_COMPONENTS_H__
10 #define __AFW_COMPONENTS_H__
11 
12 #include "afw_interface.h"
13 
29 
31  const afw_utf8_t * object_id;
32 };
33 
34 AFW_END_DECLARES
35 
38 #endif /* __AFW_COMPONENTS_H__ */
#define AFW_BEGIN_DECLARES
Interfaceafw_interface header.
NFC normalized UTF-8 string.
Definition: afw_common.h:545