Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_minimal.h
Go to the documentation of this file.
1 // See the 'COPYING' file in the project root for licensing information.
2 /*
3  * Adaptive Framework Minimal Header
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
9 #ifndef __AFW_MINIMAL_H__
10 #define __AFW_MINIMAL_H__
11 
12 /* afw_doxygen.h must be first since the other headers need its groups. */
13 #include "afw_doxygen.h"
14 
29 #include "afw_version.h"
30 #include "afw_interface.h"
31 #include "afw_os.h"
32 #include "afw_data_type_typedefs.h"
33 #include "afw_error.h"
34 #include "afw_list.h"
35 #include "afw_object.h"
36 #include "afw_pool.h"
37 #include "afw_xctx.h"
38 #include "afw_log.h"
39 
40 #endif /* __AFW_MINIMAL_H__ */
Adaptive data type typedefs yearMonthDuration header.
Adaptive Framework Base Package main Doxygen groups.
Adaptive Framework error handling header.
Interfaceafw_interface header.
Adaptive Framework afw_list interface helper header.
Adaptive Framework afw_log interface helpers header.
Header for interface afw_object helpers.
Adaptive Framework OS Specific Header for unix-like systems.
Adaptive Framework memory pool support header.
Adaptive Framework Version Information.
Adaptive Framework Execution Context (xctx) Implementation Header.