Previous: , Up: Output Library Definitions   [Index]


7.10.1.2 Output Library Generation Flags

The output library generation flags affect the output library objects construction.

Zero or more generation flags may be specified for the flags argument of the output library construction function.

See x1f4_init_lxnear.

X1f4_LXNEAR_CODELINK

indicates the output library constructor that it should observe the library data memory allocator (the library data memory allocator allocates memory for the library object construction purposes only).

X1f4_LXNEAR_DATALINK

indicates the output library constructor that it should observe the ‘data’ data type indications (like the type id of the ‘data’ data type) and that it should generate those functions referring the ‘data’ data type (like the ‘_data’ functions).

X1f4_LXNEAR_LONGPIPE

indicates the output library constructor that it should observe output device types indication.

X1f4_LXNEAR_TEXTFLAT

indicates the output library constructor that it should observe the error reporter.

X1f4_LXNEAR_TRANSFER

indicates the output library constructor that it should observe the function type mapper (and generate the function pointer interfaces).