Oddělení ELC1 generatoru a readeru
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user