19int 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;
 
   64        getline(cin, message);
 
 
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.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).