oddělení, čištění, kontrola ELC1
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Reader
|
||||
{
|
||||
public:
|
||||
|
||||
LicenceInfo21 licenceInfo;
|
||||
LicenceELC1Info licenceInfo;
|
||||
|
||||
Licence1();
|
||||
~Licence1();
|
||||
|
||||
@@ -13,15 +13,13 @@ namespace Reader
|
||||
class Licence2 : public LicenceELC2
|
||||
{
|
||||
public:
|
||||
LicenceInfo21 licenceInfo;
|
||||
LicenceELC2Info licenceInfo;
|
||||
|
||||
|
||||
Licence2();
|
||||
~Licence2();
|
||||
Licence2(LicenceIdentification &licIdentification);
|
||||
|
||||
bool readLicence(LicenceInfoGeneral *licences);
|
||||
int getDataPointsCount(int protocolId);
|
||||
bool getLicenceInfo(void *ptr);
|
||||
bool getLicenceItemInfo(int protocolId, void *returnItemStructure);
|
||||
void getLicenceItems();
|
||||
|
||||
Reference in New Issue
Block a user