代码拉取完成,页面将自动刷新
#ifndef CONFIG_H
#define CONFIG_H
#include <QObject>
#include <Channel.h>
#include <QList>
#include <QApplication>
#define CFGPATH (QApplication::arguments().contains("-c") && QApplication::arguments().indexOf("-c") + 1 < QApplication::arguments().size() ? QApplication::arguments()[QApplication::arguments().indexOf("-c") + 1] : "/link/config/config.json")
#define GRPPATH "/link/config/group.json"
#define HARDWAREPATH "/link/config/hardware.json"
#define NETPATH "/link/config/net.json"
#define RECPATH "/link/config/record.json"
#define BOARDPATH "/link/config/board.json"
#define DEFAULT_BOARDPATH "/link/config/default/board.json"
#define BUFFERPATH "/link/config/videoBuffer.json"
#define OVERLAYPATH "/link/config/auto/overlay.json"
#define ROIPATH "/link/config/auto/roi.json"
class Config : public QObject
{
Q_OBJECT
public:
explicit Config(QObject *parent = 0);
static void loadConfig(QString path);
static QList<Channel*> chns;
static QVariantList overlayList;
static QVariantList roiList;
static Channel* findChannelById(int id);
static void loadAutoConfig();
signals:
public slots:
};
#endif // CONFIG_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。