int drms_appkey_string ( DRMS_Record_t rec,
const char *  key,
const char *  value 
)

Append a text string to a string keyword's existing value.

If the record rec has a keyword named key, and if this keyword has an existing non-empty-string value, the text string value will be appended to the existing text string. If the keyword has no existing text-string value, then str will become the new keyword value.

Parameters:
rec The record whose key keyword is being modified.
key The keyword to modify.
value The text string to append to the key keyword.
Returns:
The DRMS status (see drms_statuscodes.h).

Definition at line 1549 of file drms_keyword.c.


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