Go to the source code of this file.
|
static casacore::String | dowork (const char *buff) |
|
static casacore::String | createVOTab (casacore::String tablename, int totalrows, casacore::Vector< casacore::String > colnames, casacore::Vector< casacore::String > datatype, casacore::String records, casacore::String keyword, casacore::Bool insRowOk, casacore::Bool delRowOk, casacore::String columnkeywords) |
| Creates the XML representation of a VOTable from the given parameters. More...
|
|
static casacore::String | createKeyword (casacore::TableRecord &trec, int a) |
| Creates the XML representation of a keyword from the given parameters. More...
|
|
static int | SendData (int fd, const casacore::String &hits) |
| Sends the given String. More...
|
|
static char * | mkReturnResult (const casacore::String &hits) |
| Makes the return result from the given String. More...
|
|
static casacore::Bool | setupComm (casacore::Int &fd) |
| Sets up communication. More...
|
|
static int | readn (int fd, char *ptr, int nbytes) |
| Reads input into the given char*. More...
|
|
static int | writen (int fd, char *ptr, int nbytes) |
| Writes output to the given char*. More...
|
|
Creates the XML representation of a keyword from the given parameters.
Creates the XML representation of a VOTable from the given parameters.
Makes the return result from the given String.
static int readn |
( |
int |
fd, |
|
|
char * |
ptr, |
|
|
int |
nbytes |
|
) |
| |
|
staticprivate |
Reads input into the given char*.
static int writen |
( |
int |
fd, |
|
|
char * |
ptr, |
|
|
int |
nbytes |
|
) |
| |
|
staticprivate |
Writes output to the given char*.
Indicates whether debug information should be printed or not.
Definition at line 110 of file TBXMLDriver.h.