Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Modules | Data Structures | Macros | Typedefs

Modules

 afw_connection
 

Data Structures

struct  afw_connection_s
 Interface afw_connection public struct. More...
 
struct  afw_connection_inf_s
 Interface afw_connection_inf_s struct. More...
 

Macros

#define AFW_CONNECTION_INTERFACE_NAME   "afw_connection"
 define for interface afw_connection name.
 
#define afw_connection_release(instance, xctx)
 Call method release of interface afw_connection. More...
 

Typedefs

typedef void(* afw_connection_release_t) (const afw_connection_t *instance, afw_xctx_t *xctx)
 

Detailed Description

Adaptive Framework connection. This has not yet been developed.

Macro Definition Documentation

◆ afw_connection_release

#define afw_connection_release (   instance,
  xctx 
)
Value:
(instance)->inf->release( \
(instance), \
(xctx) \
)

Call method release of interface afw_connection.

Parameters
instancePointer to this adaptive request instance.
xctxThis is the caller's xctx.

Definition at line 4040 of file afw_interface.h.

Typedef Documentation

◆ afw_connection_release_t

typedef void(* afw_connection_release_t) (const afw_connection_t *instance, afw_xctx_t *xctx)
See also
afw_connection_release()

Definition at line 4024 of file afw_interface.h.