gabbie.h File Reference

Global constants and parameters for the Gabbie system. More...

Go to the source code of this file.

Defines

#define LOG_FILE_NAME   "DATA/gabbie.log"
#define Lprintf(format,)
#define Lputchar(c)   ( putchar(c), putc(c, gFpLog) )

Variables

const int gDictionaryHashSize = 21000
const int gKbaseInstHashSize = 900
const int gKbaseNameHashSize = 800
const int gKbaseClassHashSize = 50
const int gTvChanTabSize = 200
const int gTvIndexSize = 40000
const int gPalmBufSize = 8192
const int gMaxLineSize = 1024
const int gMaxName = 128
const int gPalmAgeCutoff = 90
 Palm: Cutoff for old datebook entries (in days).
FILE * gFpLog


Detailed Description

Global constants and parameters for the Gabbie system.

Author:
Bryan Jacobson, 2006.

Define Documentation

#define LOG_FILE_NAME   "DATA/gabbie.log"
 

#define Lprintf format   ) 
 

Value:

( printf(format, ## __VA_ARGS__), \
                               fprintf(gFpLog, format, ## __VA_ARGS__) )

#define Lputchar  )     ( putchar(c), putc(c, gFpLog) )
 


Variable Documentation

const int gDictionaryHashSize = 21000
 

FILE* gFpLog
 

const int gKbaseClassHashSize = 50
 

const int gKbaseInstHashSize = 900
 

const int gKbaseNameHashSize = 800
 

const int gMaxLineSize = 1024
 

const int gMaxName = 128
 

const int gPalmAgeCutoff = 90
 

Palm: Cutoff for old datebook entries (in days).

const int gPalmBufSize = 8192
 

const int gTvChanTabSize = 200
 

const int gTvIndexSize = 40000
 


Generated on Sun Oct 8 09:32:09 2006 for gabbie by  doxygen 1.4.6