Adaptive Framework
0.9.0
|
Modules | |
afw_adaptor_factory | |
Data Structures | |
struct | afw_adaptor_factory_s |
Interface afw_adaptor_factory public struct. More... | |
struct | afw_adaptor_factory_inf_s |
Interface afw_adaptor_factory_inf_s struct. More... | |
Macros | |
#define | AFW_ADAPTOR_FACTORY_INTERFACE_NAME "afw_adaptor_factory" |
define for interface afw_adaptor_factory name. | |
#define | afw_adaptor_factory_create_adaptor_cede_p(instance, properties, p, xctx) |
Call method create_adaptor_cede_p of interface afw_adaptor_factory. More... | |
Typedefs | |
typedef const afw_adaptor_t *(* | afw_adaptor_factory_create_adaptor_cede_p_t) (const afw_adaptor_factory_t *instance, const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx) |
Factory to create an instance of an afw_adaptor.
#define afw_adaptor_factory_create_adaptor_cede_p | ( | instance, | |
properties, | |||
p, | |||
xctx | |||
) |
Call method create_adaptor_cede_p of interface afw_adaptor_factory.
instance | Pointer to this adaptor instance. |
properties | Configuration parameters for the particular type of adaptor. This will become the properties object for adaptor. |
p | The pool that will be used for adaptor resources. |
xctx | This is the caller's xctx. |
Definition at line 167 of file afw_interface.h.
typedef const afw_adaptor_t*(* afw_adaptor_factory_create_adaptor_cede_p_t) (const afw_adaptor_factory_t *instance, const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx) |
Definition at line 146 of file afw_interface.h.