oddělení, čištění, kontrola ELC1
This commit is contained in:
36
_old/LicenceELC31.cpp
Normal file
36
_old/LicenceELC31.cpp
Normal file
@@ -0,0 +1,36 @@
|
||||
#include "licenceELC31.h"
|
||||
#include "utils.h"
|
||||
|
||||
LicenceELC31::LicenceELC31()
|
||||
{
|
||||
}
|
||||
|
||||
LicenceELC31::LicenceELC31(LicData &licData)
|
||||
{
|
||||
lData = licData;
|
||||
processInputConfiguration();
|
||||
}
|
||||
|
||||
LicenceELC31::LicenceELC31(LicenceIdentification &licIdentification) : lIdentification(licIdentification)
|
||||
{
|
||||
}
|
||||
|
||||
bool LicenceELC31::processInputConfiguration()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
int LicenceELC31::getDataPointsCount(int protocolId)
|
||||
{
|
||||
return protocolId;
|
||||
}
|
||||
|
||||
void LicenceELC31::createLicence()
|
||||
{
|
||||
}
|
||||
|
||||
void LicenceELC31::readLicence()
|
||||
{
|
||||
}
|
||||
|
||||
LicenceELC31::~LicenceELC31() { }
|
||||
Reference in New Issue
Block a user