typedef struct x1f4_lxroll_type { struct x1f4_track_type textflat_set; struct { int type; } filelink_set; struct x1f4_trans_type resource_set; struct x1f4_frame_type autolink_set; struct x1f4_trans_type codelink_set; } x1f4_lxroll_type;
The x1f4_lxroll_type
record lists the application concerns related to
the communications library objects generation.
The fields that are always interpreted by the communications library constructor function are:
autolink_set
specifies the temporaries allocator.
See Temporaries.
filelink_set
specifies the type id to use for the referred ‘file’ type as:
type
the id
The fields that are interpreted only if so requested are:
See Communications Library Generation Flags.
codelink_set
specifies the library data memory allocator (allocates memory for the library object construction purposes only).
resource_set
specifies the data memory allocator (allocates memory for the data created while executing programs).
textflat_set
specifies the error reporter.