Converts the first n values of src, interpreted as being of type src_type, to strings which are placed in the array dst using a sprintf function with a 24.17lg format, if the type is numeric. If the type is DRMS_TYPE_TIME, the sprint_time function is used, with a TAI representation accurate to the nearest second. If the type is DRMS_TYPE_STRING, the strings are simply copied. For numeric types (including DRMS_TYPE_TIME), the data are first scaled by bzero and bscale before being printed to strings. Data with values represent- ing missing data are represented by single-character null terminators; however, no check is performed on whether the scaling would result in valid data for the type.
Definition at line 2722 of file drms_array.c.
|