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

@@ -1,5 +1,5 @@
#ifndef ELC2_READER__H
#define ELC2_READER__H
#ifndef ELC2_READER_H
#define ELC2_READER_H
#include "utils.h"
#include "licenceCommon.h"
@@ -20,14 +20,12 @@ namespace Reader
~Licence2();
Licence2(LicenceIdentification &licIdentification);
bool readLicence(LicenceInfoGeneral *licences);
int getDataPointsCount(int protocolId);
bool getLicenceInfo(void *ptr);
bool getLicenceItemInfo(int protocolId, void *returnItemStructure);
void getLicenceItems();
private:
};
}