Next: , Previous: , Up: Fixed Size Data Sequence Interface   [Index]


1.1.1.2 Fixed Size Data Sequence Types

typedef struct x1f4_??rate_type {
    unsigned size;
    void *trans;
} x1f4_??rate_type;

The struct x1f4_??rate_type record has some trans pointer feature, possibly indicating some memory allocation record, in the struct x1f4_trans_type definition. The size specifies the size of one data item, expressed in bytes.

See struct x1f4_trans_type.

The struct x1f4_??rate_type is used by the sequence constructor routines for construction specifications.

See Fixed Size Data Sequence Definitions.