18 int main(
int argc,
char* argv[])
29 JParser<> zap(
"Example program to test where is functionality of ControlHost server.");
37 catch(
const exception &error) {
38 FATAL(error.what() << endl);
44 JControlHost::WhereIs(hostname, nickname, answer);
46 istringstream is(answer);
48 for (
string buffer; is >> buffer; ) {
49 NOTICE(
"Host: " << buffer << endl);
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, char *argv[])
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).