Next: , Previous: , Up: Decq Library   [Index]


7.21.4 Decq Library Usage Mechanics

The decq library construct is a regular libaime library construct.

See Library Construct.

List library objects are to be created by the x1f4_init_lxdecq function.

See x1f4_init_lxdecq.

The function requires at least the type id to use for the introduced ‘decq’ type (some number conveniencing the application, greater than X1f4_E4_LAST) and the struct x1f4_nodetype_type descriptions of the types allowed for sequence item data.

See Symbolic Types.

See struct x1f4_nodetype_type.

See Decq Library Data Type Introduction.

See Simple Referable Data Type Examples.

See Complex Referable Data Type Example.

The data type definitions provided by the decq library objects are to be retrieved via the x1f4_dset_lxdecq function.

See x1f4_dset_lxdecq.

The function definitions provided by the decq library objects are to be retrieved via the x1f4_fset_lxdecq function.

See x1f4_fset_lxdecq.

Once no longer needed, the decq library objects are to be disposed via the x1f4_fini_lxdecq function.

See x1f4_fini_lxdecq.