ELC 2
This commit is contained in:
@@ -18,7 +18,7 @@ using namespace std;
|
||||
|
||||
enum InputLicenceType
|
||||
{
|
||||
EOSEOV
|
||||
EOSEOV = 1
|
||||
};
|
||||
|
||||
enum BinaryGenerationType
|
||||
@@ -227,6 +227,7 @@ private:
|
||||
string dataCryptoVersion = ""; //version of crypting from xmlFile
|
||||
string dataGenerationType = ""; //version of dataGeneration from xmlFile
|
||||
string dataLicenceDataFileName = ""; //name of licence file to read
|
||||
//InputLicenceType dataLicenceType = InputLicenceType::EOSEOV;
|
||||
|
||||
CryptData cryptData; // structure for encryp
|
||||
CidData sdData; // data loaded from SD card
|
||||
|
||||
Reference in New Issue
Block a user