19 int main(
int argc, 
const char *argv[])
 
   31     JParser<> zap(
"Auxiliary program to send message to ControlHost server.");
 
   41   catch(
const exception &error) {
 
   42     FATAL(error.what() << endl);
 
   48   JControlHost::Throw(
true); 
 
   62         cout << 
"> " << flush;
 
General purpose messaging.
 
Utility class to parse command line options.
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
int main(int argc, const char *argv[])
 
Exception for ControlHost.
 
int PutFullString(const JTag &tag, const std::string &buffer)
Send string.
 
Utility class to parse command line options.
 
std::istream & getline(std::istream &in, JString &object)
Read string from input stream until end of line.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).