#include <cdf.h>
#include "Qdos.h"
#include "Xrefs.h"
#include <string>
Classes | |
class | QieVariable |
class | QieFile |
This is the QieFile class. More... | |
class | QieData |
This is the QieData class. More... | |
Defines | |
#define | _CAA 1 |
#define | _CDF 2 |
#define | _QFT 3 |
#define | _QFD 4 |
#define | _CEF 5 |
#define | TO_UPPER_LEN 500 |
#define | N_FT_DATE_STRINGS 6 |
#define | N_FT_TIME_STRINGS 9 |
#define | MAX_FT_LENGTH 256 |
#define | EPOCH_WIDTH 30 |
#define | CDF_VAR_DUMMY "No Data Read from CDF for this variable" |
Functions | |
void | QieMsg (const char *status, const char *line1, const char *line2=NULL, const char *line3=NULL) |
vector< std::string > | QieFindHelperFiles (const char *dataFile, const char *dotExtn) |
bool | QieStrIsNULL (const char *txt) |
std::string | QieStripQuotes (std::string value) |
const char * | QieToUpper (const char *txt) |
char | QieGetDelim (std::string value) |
bool | QieIsISOtime (std::string TestStrISO) |
bool | QieIsNumber (std::string ptr) |
std::string | QieSafePath (const char *path) |
std::string | QieUserHomeDir (const char *user_id) |
void | setDebug (bool d_on, const char *fpath=NULL) |
void * | QdaAttrEntryMalloc (long num_elems, long data_type) |
QdObject_var | QdaCDFattrBufferToObj (void *data, int data_type, int num_elems) |
bool | cefWrite2 (int set) |
bool | cefRead2 (int set) |
#define _CAA 1 |
#define _CDF 2 |
#define _CEF 5 |
#define _QFD 4 |
#define _QFT 3 |
#define CDF_VAR_DUMMY "No Data Read from CDF for this variable" |
#define EPOCH_WIDTH 30 |
#define MAX_FT_LENGTH 256 |
#define N_FT_DATE_STRINGS 6 |
#define N_FT_TIME_STRINGS 9 |
#define TO_UPPER_LEN 500 |
bool cefRead2 | ( | int | set | ) |
bool cefWrite2 | ( | int | set | ) |
void* QdaAttrEntryMalloc | ( | long | num_elems, | |
long | data_type | |||
) |
QdObject_var QdaCDFattrBufferToObj | ( | void * | data, | |
int | data_type, | |||
int | num_elems | |||
) |
vector<std::string> QieFindHelperFiles | ( | const char * | dataFile, | |
const char * | dotExtn | |||
) |
char QieGetDelim | ( | std::string | value | ) |
bool QieIsISOtime | ( | std::string | TestStrISO | ) |
bool QieIsNumber | ( | std::string | ptr | ) |
void QieMsg | ( | const char * | status, | |
const char * | line1, | |||
const char * | line2 = NULL , |
|||
const char * | line3 = NULL | |||
) |
std::string QieSafePath | ( | const char * | path | ) |
std::string QieStripQuotes | ( | std::string | value | ) |
bool QieStrIsNULL | ( | const char * | txt | ) |
const char* QieToUpper | ( | const char * | txt | ) |
std::string QieUserHomeDir | ( | const char * | user_id | ) |
void setDebug | ( | bool | d_on, | |
const char * | fpath = NULL | |||
) |