Jpp test-rotations-new
the software that should make you happy
|
Auxiliary class to set DAQ system clock parameters. More...
#include <JDAQClock.hh>
Public Types | |
enum | JDAQClock_t { KM3NET = 1 , PPM_DU = 3 , ANTARES = 101 } |
Clock types. More... | |
Public Member Functions | |
JDAQClock (const JDAQClock_t clock=KM3NET) | |
Constructor. | |
JDAQClock_t | get () const |
Get clock type. | |
void | set (const JDAQClock_t clock) |
Set clock type. | |
void | set () |
Set DAQ clock parameters. | |
Protected Attributes | |
JDAQClock_t | clock |
Friends | |
std::istream & | operator>> (std::istream &in, JDAQClock &clock) |
Read clock from input. | |
std::ostream & | operator<< (std::ostream &out, const JDAQClock &clock) |
Write clock to output. | |
Auxiliary class to set DAQ system clock parameters.
Definition at line 27 of file JDAQClock.hh.
|
inline |
Constructor.
clock | clock type |
Definition at line 40 of file JDAQClock.hh.
|
inline |
|
inline |
|
inline |
Set DAQ clock parameters.
Definition at line 75 of file JDAQClock.hh.
|
friend |
Read clock from input.
in | input stream |
clock | JClock |
Definition at line 107 of file JDAQClock.hh.
|
friend |
Write clock to output.
out | output stream |
clock | JClock |
Definition at line 133 of file JDAQClock.hh.
|
protected |
Definition at line 140 of file JDAQClock.hh.