20 int main(
int argc, 
char* argv[])
 
   33     JParser<> zap(
"Run control driver program.");
 
   44   catch(
const exception &error) {
 
   45     FATAL(error.what() << endl);
 
   54   JClient::SERVER = server;
 
   55   JClient::LOGGER = logger;
 
   66   ifstream in(file_name.c_str());
 
int main(int argc, char *argv[])
 
General purpose messaging.
 
Utility class to parse command line options.
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
Message logging based on ControlHost.
 
Interface for logging messages.
 
Message logging based on std::ostream.
 
Utility class to parse command line options.
 
Simple driver for run control clients.
 
void run()
Run driver with user input.
 
std::string getHostname()
Get host name.
 
KM3NeT DAQ data structures and auxiliaries.