NAME

cxDataValsSet - set pointer to data values

C SPECIFICATION

#include <cx/DataAccess.h>

void cxDataValsSet(cxData *dat, void *vals)

FORTRAN SPECIFICATION

subroutine cxDataValsSet(dat, vals)
integer dat
real vals(*)

PARAMETERS

dat
Data structure.
vals
Data value array (in IRIS Explorer data memory).

DESCRIPTION

Sets the data vector pointer of dat. The data type information in dat is used to determine whether to set the byte, short, long, float or double pointer. The vals array must be allocated from the IRIS Explorer shared data memory arena, using cxDataMalloc, cxDataCalloc, or cxDataRealloc.

SEE ALSO

cxDataMalloc(3E), cxDataCalloc(3E), cxDataRealloc(3E), cxDataFree(3E)
Last modified: Mon Nov 18 13:48:20 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996