ELC 2
This commit is contained in:
29
include/licenceELC31.h
Normal file
29
include/licenceELC31.h
Normal file
@@ -0,0 +1,29 @@
|
||||
#ifndef PLC_LICENCE31_H
|
||||
#define PLC_LICENCE31_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include "utils.h"
|
||||
#include "licenceCommon.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
class LicenceELC31
|
||||
{
|
||||
LicData lData;
|
||||
bool processInputConfiguration();
|
||||
|
||||
public:
|
||||
LicenceELC31();
|
||||
~LicenceELC31();
|
||||
LicenceELC31(LicData & licData);
|
||||
LicenceELC31(LicenceIdentification & licIdentification);
|
||||
void createLicence();
|
||||
void readLicence();
|
||||
int getDataPointsCount(int protocolId);
|
||||
bool getLicenceInfo(int protocolId, void * ptr);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user