Previous: Control Library Samples, Up: Control Library [Index]
The control library construct is a regular libaime library construct.
See Library Construct.
Control library objects are to be created by the x1f4_init_lxpoll
function.
See x1f4_init_lxpoll.
The function requires at least the type id to use for the introduced
‘dispatch’ type (some number conveniencing the application, greater than
X1f4_E4_LAST
), the type id for the ‘file’ and ‘date’ types,
the struct x1f4_nodetype_type
descriptions of the non trivially
recordable types and the temporaries allocator definition.
See Symbolic Types.
See File Library.
See struct x1f4_nodetype_type.
See Temporaries.
See Temporaries Allocator Construct.
The function definitions provided by the control library objects are to be
retrieved via the x1f4_fset_lxpoll
function.
See x1f4_fset_lxpoll.
Once no longer needed, the control library objects are to be disposed via the
x1f4_fini_lxpoll
function.
See x1f4_fini_lxpoll.