448 dns << (
fDimVersion==0?
"No connection":
"Connection");
449 dns <<
" to DIM DNS (" << getenv(
"DIM_DNS_NODE") <<
")";
450 dns << (fDimVersion==0?
".":
" established");
453 str <<
"V" << fDimVersion/100 <<
'r' << fDimVersion%100;
458 dns << fixed << setprecision(1) << right;
460 dns <<
"<pre> * Data logger: " << setw(7) <<
fFreeSpaceLogger*1e-7 <<
" GB</pre>";
462 dns <<
"<pre> * Event Builder: " << setw(7) <<
fFreeSpaceData*1e-7 <<
" GB</pre>";
470 str <<
" (Disk space!)";
473 fStatusDNSLabel->setToolTip(dns.str().c_str());
477 fStatusDNSLabel->setText(fDimVersion==0?
"Offline":str.str().c_str());
Adds some functionality to boost::posix_time::ptime for our needs.
void SetLedColor(QPushButton *button, LedColor_t col, const Time &t)
uint64_t fFreeSpaceLogger