mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
передается список ПП в sendQueryToDB для отправки
This commit is contained in:
@@ -5,6 +5,22 @@
|
||||
#include <QList>
|
||||
#include "DataBaseLMS_global.h"
|
||||
|
||||
struct ModeList
|
||||
{
|
||||
bool demo = false;
|
||||
bool train = false;
|
||||
bool exam = false;
|
||||
bool autoM = false;
|
||||
};
|
||||
|
||||
struct SubProc
|
||||
{
|
||||
QString dmCode;
|
||||
QString title;
|
||||
|
||||
ModeList modeList;
|
||||
};
|
||||
|
||||
class DATABASELMS_EXPORT ProcedureID
|
||||
{
|
||||
public:
|
||||
@@ -105,6 +121,8 @@ public:
|
||||
QList<Malfunction> malfunctionList; // список неисправностей
|
||||
FIMReport report; // отчет по выполнению "fim"
|
||||
|
||||
QList<SubProc> listSubProc;
|
||||
|
||||
static int lastID;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user