14int main(
int argc, 
char* argv[])
 
   23    JParser<> zap(
"Example program to show system time.");
 
   29  catch(
const exception &error) {
 
   30    FATAL(error.what() << endl);
 
   33  cout << getLocalTime() << 
" us" << 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).