OmronPID
Loading...
Searching...
No Matches
Data Structures
safety.h File Reference

This file contains the declaration of the Safety class, which is responsible for ensuring the safe operation of the system. More...

#include <QObject>
#include <QTimer>
#include <QMutex>
#include "datasummary.h"

Go to the source code of this file.

Data Structures

class  Safety
 The Safety class ensures the safe operation of the system. This class monitors the temperature and other parameters of the system to ensure that they remain within safe limits. If any parameter goes outside its safe range, the Safety class takes appropriate action to bring it back within range. The class also provides a number of properties that can be used to configure its behavior. More...
 

Detailed Description

This file contains the declaration of the Safety class, which is responsible for ensuring the safe operation of the system.