Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros | Functions
afw_data_type_bindings.c File Reference

Adaptive Framework data type bindings. More...

#include "afw.h"
#include "afw_data_type_bindings.h"

Go to the source code of this file.

Macros

#define XX(id)   &afw_data_type_ ##id##_direct,
 

Functions

 afw_register_data_types (afw_xctx_t *xctx)
 Register each afw_data_type_<dataType>. More...
 
 afw_register_data_type_infs (afw_xctx_t *xctx)
 Register each afw__value_evaluated_<dataType>_inf. More...
 

Detailed Description

Adaptive Framework data type bindings.

Definition in file afw_data_type_bindings.c.

Function Documentation

◆ afw_register_data_type_infs()

afw_register_data_type_infs ( afw_xctx_t xctx)

Register each afw__value_evaluated_<dataType>_inf.

Parameters
xctxof caller.

Definition at line 45 of file afw_data_type_bindings.c.

◆ afw_register_data_types()

afw_register_data_types ( afw_xctx_t xctx)

Register each afw_data_type_<dataType>.

Parameters
xctxof caller.

Definition at line 35 of file afw_data_type_bindings.c.