Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_request_impl.h
Go to the documentation of this file.
1 // See the 'COPYING' file in the project root for licensing information.
2 /*
3  * Interfaces afw_request* implementation development support
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
9 #ifndef __AFW_REQUEST_IMPL_H__
10 #define __AFW_REQUEST_IMPL_H__
11 
12 #include "afw_interface.h"
13 
29 
37 AFW_DECLARE(void)
39  const afw_request_t * instance, afw_xctx_t *xctx);
40 
41 
42 AFW_END_DECLARES
43 
46 #endif /* __AFW_REQUEST_IMPL_H__ */
#define AFW_BEGIN_DECLARES
#define AFW_DECLARE(type)
Declare a public afw function.
Interfaceafw_interface header.
void afw_request_impl_trace_begin(const afw_request_t *instance, afw_xctx_t *xctx)
Trace request begin if requested.
Interface afw_request public struct.
Interface afw_xctx public struct.