Jpp
18.4.0
the software that should make you happy
|
#include <cstdint>
#include <istream>
#include <ostream>
#include <iomanip>
#include <limits>
#include "km3net-dataformat/online/JDAQRoot.hh"
Go to the source code of this file.
Classes | |
class | KM3NETDAQ::JDAQUTCExtended |
Data structure for UTC time. More... | |
Namespaces | |
KM3NETDAQ | |
KM3NeT DAQ data structures and auxiliaries. | |
Functions | |
bool | KM3NETDAQ::operator< (const JDAQUTCExtended &first, const JDAQUTCExtended &second) |
Less than operator for UTC times. More... | |
bool | KM3NETDAQ::operator> (const JDAQUTCExtended &first, const JDAQUTCExtended &second) |
Greater than operator for UTC times. More... | |
bool | KM3NETDAQ::operator<= (const JDAQUTCExtended &first, const JDAQUTCExtended &second) |
Less than or equal operator for UTC times. More... | |
bool | KM3NETDAQ::operator>= (const JDAQUTCExtended &first, const JDAQUTCExtended &second) |
Greater than or equal operator for UTC times. More... | |
bool | KM3NETDAQ::operator== (const JDAQUTCExtended &first, const JDAQUTCExtended &second) |
Equal operator for UTC times. More... | |
bool | KM3NETDAQ::operator!= (const JDAQUTCExtended &first, const JDAQUTCExtended &second) |
Not equal operator for UTC times. More... | |
double | KM3NETDAQ::getTimeDifference (const JDAQUTCExtended &first, const JDAQUTCExtended &second) |
Get time difference between two UTC times. More... | |