#include <iostream>#include <fstream>#include <iomanip>#include "slowControl/SlowControlEntry.hh"#include "slowControl/ChamberSlowControl.hh"#include "slowControl/BoardSlowControl.hh"#include "slowControl/PMSlowControl.hh"#include "tools/MicroException.hh"Include dependency graph for SlowControlEntry.cpp:

Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &out, const SlowControlEntry &x) |
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const SlowControlEntry & | x | |||
| ) |
Definition at line 17 of file SlowControlEntry.cpp.
00017 { 00018 return(out << "ts=" << fixed << setprecision(3) << x.timeStamp << ", t=" << setprecision(3) << x.temperature << ", p=" << x.pressure); 00019 }
1.4.7