Next: Record Library Data Type Introduction, Previous: Record Library Security Concerns, Up: Record Library [Index]
The record library construct is a regular libaime library construct.
See Library Construct.
Record library objects are to be created by the x1f4_init_lxline
function.
See x1f4_init_lxline.
The function requires at least the type id to use for the introduced
‘record’ type (some number conveniencing the application, greater than
X1f4_E4_LAST
) and the struct x1f4_nodetype_type
descriptions of
the types allowed for record item data.
See Symbolic Types.
See struct x1f4_nodetype_type.
See Record Library Data Type Introduction.
See Simple Referable Data Type Examples.
See Complex Referable Data Type Example.
The data type definitions provided by the record library objects are to be
retrieved via the x1f4_dset_lxline
function.
See x1f4_dset_lxline.
The function definitions provided by the record library objects are to be
retrieved via the x1f4_fset_lxline
function.
See x1f4_fset_lxline.
Once no longer needed, the record library objects are to be disposed via the
x1f4_fini_lxline
function.
See x1f4_fini_lxline.