QSAS_2_4/QSAS_dist/src/Ext/Subsetting/TSSubset.h File Reference


Typedefs

typedef enum TSSubsetErrorStatus_e TSSubsetErrorStatus

Enumerations

enum  TSSubsetErrorStatus_e {
  TSSUBSET_ERROR_UNDEFINED, TSSUBSET_ERROR_NO_DATA, TSSUBSET_ERROR_DESCENDING, TSSUBSET_ERROR_START_GT_DATA_END,
  TSSUBSET_ERROR_END_LT_DATA_START, TSSUBSET_ERROR_START_UNDEFINED, TSSUBSET_ERROR_END_UNDEFINED, TSSUBSET_OK
}

Functions

int nle_bisection (double xsearch, double x[], int nx)

Variables

static const char * TSSubsetErrorMessage [8]

Typedef Documentation


Enumeration Type Documentation

Enumerator:
TSSUBSET_ERROR_UNDEFINED 
TSSUBSET_ERROR_NO_DATA 
TSSUBSET_ERROR_DESCENDING 
TSSUBSET_ERROR_START_GT_DATA_END 
TSSUBSET_ERROR_END_LT_DATA_START 
TSSUBSET_ERROR_START_UNDEFINED 
TSSUBSET_ERROR_END_UNDEFINED 
TSSUBSET_OK 


Function Documentation

int nle_bisection ( double  xsearch,
double  x[],
int  nx 
)


Variable Documentation

const char* TSSubsetErrorMessage[8] [static]

Initial value:

 
   { "TSSubset>> Error zero undefined\n",
     "TSSubset>> Error - no data points in requested interval\n",
     "TSSubset>> Error - input Time Series in descending order\n",
     "TSSubset>> Error - requested start beyond data end time\n",
     "TSSubset>> Error - requested end before data start time\n",
     "TSSubset>> Error - unrecognised negative index for start time\n",
     "TSSubset>> Error - unrecognised negative index for end time\n",
     "TSSubset>> Success\n"}


Generated on Fri Jan 8 12:51:22 2010 for QSAS by  doxygen 1.5.7