INLINE int drms_array_setstring ( DRMS_Array_t arr,
axislen_t *  indexarr,
char *  value 
)

Set an array element in manner similar to drms_array_set and drms_array_setext, except do not perform a type conversion; the array data type arr->type must match the type of value. This function places the start address of the string in the array, it does not do a string copy.

Parameters:
arr The DRMS array struct whose array element is set.
index The index of the array element whose value is set.
value The string to which the designed array element is set.
Returns:
DRMS status (see drms_statuscodes.h). 0 if successful, non-0 otherwise.

Definition at line 495 of file drms_array.h.


Generated on Mon Mar 26 07:00:49 2018 for JSOC_Documentation by  doxygen 1.5.7.1