Next: , Previous: , Up: Temporaries Registration Functions   [Index]


14.1.1.4 x1f4_cast_rate

extern int x1f4_cast_rate
    (struct x1f4_frame_type *frame, struct x1f4_track_type *track, int type,
     const void *input, void *output);

The x1f4_cast_rate function creates a temporary object container encapsulating the value stored at input and stores its address at output. The frame temporaries allocator is used for the memory allocation and the track error reporter for reporting failures. The value is assumed of the type symbolic type and of an immediate type, i.e. one that copies data byte wise, such as the intrinsic numeric types.

See The Object Type.

See Temporaries.

See struct x1f4_frame_type.

See struct x1f4_track_type.

The function returns 0 for success, non zero for failure.