int drms_series_checksegcompat ( DRMS_Env_t drmsEnv,
const char *  series,
DRMS_Segment_t segs,
int  nSegs,
int *  status 
)

queries the DRMS database to determine if each of the segments in segs, an array of DRMS_Segment_t, "match" a segment defined for series series. drms_segment_segsmatch is used to determine if two segment definitions match. The caller must provide, in the nSegs parameter, the number of segments contained in segs.

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_ex4.c.

Definition at line 4250 of file drms_series.c.


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