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