#include "cdftools.h"
Defines | |
#define | CDFMERGEh_INCLUDEd__ |
#define | PREFIXMAXLEN 20 |
#define | PREFIXESqual 0 |
#define | NOPREFIXqual 1 |
#define | ABOUTqual 2 |
#define | LOGqual 3 |
#define | NOLOGqual 4 |
#define | FILEqual 5 |
#define | DATAONLYqual 6 |
#define | NODATAONLYqual 7 |
Functions | |
Logical | MergeCDFs (int, char *[]) |
void | ModifyName (char *, int, char **, int, char *) |
void | ParseStringForVariables (int, char *[], int, int, char *[], char *, char *, Logical *) |
void | QuitCDF (char *, CDFstatus, char *) |
Variables | |
static char ** | prefixes = NULL |
#define ABOUTqual 2 |
#define CDFMERGEh_INCLUDEd__ |
#define DATAONLYqual 6 |
#define FILEqual 5 |
#define LOGqual 3 |
#define NODATAONLYqual 7 |
#define NOLOGqual 4 |
#define NOPREFIXqual 1 |
#define PREFIXESqual 0 |
#define PREFIXMAXLEN 20 |
Logical MergeCDFs | ( | int | , | |
char * | [] | |||
) |
void ModifyName | ( | char * | , | |
int | , | |||
char ** | , | |||
int | , | |||
char * | ||||
) |
void ParseStringForVariables | ( | int | , | |
char * | [], | |||
int | , | |||
int | , | |||
char * | [], | |||
char * | , | |||
char * | , | |||
Logical * | ||||
) |
void QuitCDF | ( | char * | , | |
CDFstatus | , | |||
char * | ||||
) |
char** prefixes = NULL [static] |