Oddělení ELC1 generatoru a readeru

This commit is contained in:
2024-01-31 14:19:23 +01:00
parent a7fc519138
commit c0b36e9068
35 changed files with 1528 additions and 81 deletions

View File

@@ -3,13 +3,7 @@
#include <iostream>
#include <sstream>
#include <iomanip>
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <wchar.h>
#include <time.h>
#include <map>
#include <stdint.h>
#include "pugixml.hpp"
#include "licenceCommon.h"
@@ -47,6 +41,8 @@ public:
LicenceELC11 *licence11;
LicenceELC21 *licence21;
LicenceELC31 *licence31;
Mapping mapping;
LicenceGenerator();
~LicenceGenerator();
@@ -54,8 +50,6 @@ public:
void createLicenceFile();
int getDataPointsCount(int protocolId);
LicenceInfoGeneral licenceInfo;