QSAS_2_4/QSAS_dist/src/ImportExport/qie/qie_ft.h File Reference

#include "qie.h"

Variables

const double time_2_msecs_factors [N_FT_TIME_STRINGS]
const char * key_time_str [] = {"H","MI","S","MC","d","h","m","s","c"}
const char * rpt_time_chr [] = {"H", "I","S", "C","d","h","m","s","c"}
int qie_days_in_month [2][13]
static const char * monthnames [13]

Variable Documentation

const char* key_time_str[] = {"H","MI","S","MC","d","h","m","s","c"}

const char* monthnames[13] [static]

Initial value:

{ 
 "", "JAN", "FEB", "MAR", "APR", "MAY",
 "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC" }

int qie_days_in_month[2][13]

Initial value:

 {
  { 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 },
  { 0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }
}

const char* rpt_time_chr[] = {"H", "I","S", "C","d","h","m","s","c"}

const double time_2_msecs_factors[N_FT_TIME_STRINGS]

Initial value:

        
{
         3600000,       
           60000,       
            1000,       
               1,       
        86400000,       
         3600000,       
           60000,       
            1000,       
               1        
}


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