/data3/calcul/jacquem/working_dir/Micromegas/micromegasFrameWork/src/slowControl/SlowControlEntry.cpp File Reference

#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)


Function Documentation

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 }


Generated on Mon Jan 7 13:17:51 2013 for MicromegasFramework by  doxygen 1.4.7