INLINE int drms_array_setext ( DRMS_Array_t arr,
arraylen_t  index,
DRMS_Value_t *  src 
)

Sets the value of the array element indexed by index from the start of the array arr->data (in units of the size of the array data type) to the value src, converted to the type src->type by drms2* as necessary.

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

Definition at line 521 of file drms_array.h.


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