Next: , Previous: , Up: Record Library Functions   [Index]


7.20.3.2 x1f4_dset_lxline

extern int x1f4_dset_lxline
    (void *lxline, const struct x1f4_datatype_type **datatypes);

The x1f4_dset_lxline function stores the null terminated array of data type definitions provided by the lxline record library at the datatypes address.

See struct x1f4_datatype_type.

See Data Type Definition.

There is only one data type the record libraries provide, the ‘record’ type.

Null terminated means here that the last data type definition in the array has its name field set to NULL.

The function returns 0.