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

Files

file  afw_environment.h
 Header for adaptive framework environment.
 

Data Structures

struct  afw_environment_internal_s
 

Typedefs

typedef struct afw_environment_internal_s afw_environment_internal_t
 

Functions

void afw_environment_internal_register_core (afw_xctx_t *xctx)
 
void afw_environment_internal_extension_conf_type_create_cede_p (const afw_utf8_t *type, const afw_object_t *entry, const afw_utf8_t *source_location, const afw_pool_t *p, afw_xctx_t *xctx)
 type=extension conf handler.
 

Detailed Description

Internal environment API.

Function Documentation

◆ afw_environment_internal_register_core()

void afw_environment_internal_register_core ( afw_xctx_t xctx)
Todo:
FIXME: Not implemented yet Register factory for log_type=file. log_factory = afw_log_file_factory_get(); afw_environment_register_log_type( &log_factory->log_type, log_factory, xctx);

Definition at line 205 of file afw_environment_register_core.c.