upravy opravy
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
#ifndef LICENCE_GENERATOR_H_
|
||||
#define LICENCE_GENERATOR_H_
|
||||
|
||||
#define DEFAULT_LICENCE_POINTS_COUNT = 4294967295 //počet licenčních bodů pro některé protokoly např: pt_Ez_buffer a pt_Ez_webs
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include "pugixml.hpp"
|
||||
#include "licenceCommon.h"
|
||||
// #include "licenceELC11.h"
|
||||
// #include "licenceELC21.h"
|
||||
// #include "licenceELC31.h"
|
||||
|
||||
#include "licGenELC1.h"
|
||||
#include "licGenELC2.h"
|
||||
@@ -33,16 +32,17 @@ public:
|
||||
pugi::xml_document *doc;
|
||||
};
|
||||
|
||||
LicData licData;
|
||||
int elcSwitchType;
|
||||
LicData licData {};
|
||||
int elcSwitchType {};
|
||||
string operationErrors = "";
|
||||
pugi::xml_document doc;
|
||||
pugi::xml_document doc {} ;
|
||||
bool argumentsCorrect = false;
|
||||
ErrorMessage error;
|
||||
ErrorMessage error {};
|
||||
// LicenceELC11 *licence11;
|
||||
// LicenceELC21 *licence21;
|
||||
// LicenceELC31 *licence31;
|
||||
Mapping mapping;
|
||||
Mapping mapping {};
|
||||
SDCard sdCard {};
|
||||
|
||||
LicenceGenerator();
|
||||
~LicenceGenerator();
|
||||
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
void createLicenceFile();
|
||||
|
||||
LicenceInfoGeneral licenceInfo;
|
||||
LicenceInfoGeneral licenceInfo {};
|
||||
|
||||
private:
|
||||
LicenceIdentification licIdentification;
|
||||
|
||||
Reference in New Issue
Block a user