rasdaman complete source
Classes | Functions | Variables
rascontrol.hh File Reference

Go to the source code of this file.

Classes

class  EditLine
 
class  RascontrolConfig
 

Functions

void printCommandLineHelp ()
 
int getCommand ()
 
int sendCommandandPrintAnswer (const char *)
 
bool exitbyerror (char *)
 
int createSocket ()
 

Variables

const int WKMUNKNOWN = 0
 
const int WKMINTERACTIV = 1
 
const int WKMBATCH = 2
 
const int WKMLOGIN = 3
 
const int WKMTESTLOGIN = 4
 
const int WKMCREATE = 5
 
const int WKMTSLANG = 6
 
const int LGIUNKNOWN = 0
 
const int LGIINTERACTIV = 1
 
const int LGIENVIRONM = 2
 
const int PROMPTSING = 0
 
const int PROMPTRASC = 1
 
const int PROMPTFULL = 2
 

Function Documentation

int createSocket ( )
bool exitbyerror ( char *  )
int getCommand ( )
void printCommandLineHelp ( )
int sendCommandandPrintAnswer ( const char *  )

Variable Documentation

const int LGIENVIRONM = 2
const int LGIINTERACTIV = 1
const int LGIUNKNOWN = 0
const int PROMPTFULL = 2
const int PROMPTRASC = 1
const int PROMPTSING = 0
const int WKMBATCH = 2
const int WKMCREATE = 5
const int WKMINTERACTIV = 1
const int WKMLOGIN = 3
const int WKMTESTLOGIN = 4
const int WKMTSLANG = 6
const int WKMUNKNOWN = 0