Go to the documentation of this file.
22 int main(
int argc,
char* argv[])
34 JParser<> zap(
"Example program to test receiving of objects as Ligier server.");
42 catch(
const exception &error) {
43 FATAL(error.what() << endl);
57 data_type* p = in.
next();
60 NOTICE(p->getDAQHeader() << endl);
Utility class to parse command line options.
Object iteration through ControlHost server.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
#define DEBUG(A)
Message macros.
KM3NeT DAQ data structures and auxiliaries.
int main(int argc, char *argv[])
void setDAQLongprint(const bool option)
Set DAQ print option.
virtual const char * what() const
Get error message.
virtual bool hasNext()
Check availability of next element.
virtual const pointer_type & next()
Get next element.