drms_record_ex5.c

#include "drms.h"

int status = 0;
DRMS_Record_t *template = drms_template_record(drms_env, 
                                               seriesNameStr, 
                                               &status);

if (status == DRMS_SUCCESS && template != NULL)
{
     /* Do something with template here. */
     int nPrime = template->seriesinfo->pidx_num;
     ...
}

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