Go to the documentation of this file.
41 JRegulator_t(
const double rate_Hz,
44 setInterval((
long long int) (1.0e6 / rate_Hz));
55 virtual bool accept()
const
73 inline operator bool()
const
91 int main(
int argc,
const char *argv[])
107 JParser<> zap(
"Auxiliary program to send objects to JLigier server.");
110 zap[
'H'] =
make_field(hostname) =
"localhost";
111 zap[
'C'] =
make_field(selector) = getROOTClassSelection<typelist>();
120 catch(
const exception &error) {
121 FATAL(error.what() << endl);
127 for (JRegulator_t regulator(rate_Hz, time_s); regulator; inputFile.
rewind()) {
Utility class to parse command line options.
Implemenation of object output through ControlHost.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary class to select ROOT class based on class name.
static const JLocalTime getLocalTime
Function object to get local time in micro seconds.
Auxiliary class for selection of data type.
long long int localtime_t
Type definition of local time.
Interface for controlling object throughput.
virtual void rewind()
Rewind.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
General purpose class for object reading from a list of file names.
int main(int argc, const char *argv[])
Empty structure for specification of parser element that is not initialised (i.e.