Creates an HContainer_t which contains DRMS_SegmentInfo_t structs. There is one such struct for each DRMS template segment (which is a template for series seriesName), with the former being a copy of the latter. The purpose of this function is to provide the user a container with segment information about pertinent to all of seriesName's segments.
- Parameters:
-
| drmsEnv | DRMS session information. |
| seriesName | The name of the series whose segment information is being copied. |
| status | DRMS status (see drms_statuscodes.h). 0 if successful, non-0 otherwise. |
- Returns:
- A created HContainer_t which contains information about all of series seriesName's segments. Caller is responsible for freeing the created HContainer_t by calling drms_segment_destroyinfocon.
Definition at line 528 of file drms_segment.c.