int drms_series_checkkeycompat ( DRMS_Env_t drmsEnv,
const char *  series,
DRMS_Keyword_t keys,
int  nKeys,
int *  status 
)

queries the DRMS database to determine if each of the keywords in keys, an array of DRMS_Keyword_t, "match" a keyword defined for series series. drms_keyword_keysmatch is used to determined if the two DRMS_Keyword_t match. The caller must provide, in the nKeys parameter, the number of keywords contained in keys.

Returns:
1 if compatible. Upon success, this function sets *status to DRMS_SUCCESS. Otherwise *status is set to a diagostic status code (see drms_statuscodes.h).
Examples:
drms_series_ex5.c.

Definition at line 4211 of file drms_series.c.


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