You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.1 KiB

#ifndef SETTINGS_H
#define SETTINGS_H
#include <QtGlobal>
3 years ago
#include <QList>
#include "include/LowLevel/Utils/Utils.h"
#include <QtGlobal>
3 years ago
#include <QList>
#include "include/LowLevel/Utils/Utils.h"
/***********************************************************************************************/
3 years ago
struct hiruSettings_t
{
3 years ago
recorderStart recordStard;
recorderMode recordMode;
quint32 recordChannel;
quint32 threshold = 0;
quint32 timeout = 1000;
quint32 count = 5;
3 years ago
};
3 years ago
/***********************************************************************************************/
3 years ago
struct hsruSettings_t
{
3 years ago
bool isReal = true;
quint32 honaInt123CTHR = 128;
quint32 honaRes123CTHR = 128;
quint32 honaIntSTHR = 20;
quint32 honaResSTHR = 20;
quint32 honaSPTHR = 20; //mode4
quint32 intM4_THR = 20; //mode4
quint32 resM4_THR = 20; //mode4
3 years ago
};
3 years ago
/***********************************************************************************************/
3 years ago
struct HonaSetting
{
3 years ago
hiruSettings_t hiruSettings;
hsruSettings_t hsruSettings;
3 years ago
};
3 years ago
/***********************************************************************************************/
3 years ago
#endif //SETTING_H