12 class SepiaLogger : 
public QObject
    17     explicit SepiaLogger(QObject *parent = 0);
    27     void refresh(
double Ta, 
double Tb, 
double Tc, 
double Td, 
double p, 
bool ups);
    30     void timerEvent(QTimerEvent *event);
    37     QUdpSocket apecslogSocket;
    44 #endif  // SEPIALOGGER_H A class to control the vacuum monitor. 
Definition: vacuum.h:20
 
A class to communicate with the Cryo controller. 
Definition: cryocon.h:19
 
Channel
The different temperature channels. 
Definition: cryocon.h:26
 
A class to retrieve status from the Eaton UPS. 
Definition: ups.h:20