первый
This commit is contained in:
19
devices/Validators/CCNETdevice/_CCNETdevice.cpp
Normal file
19
devices/Validators/CCNETdevice/_CCNETdevice.cpp
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#include "CCNETdevice.h"
|
||||
#include "CCNETDeviceThread.h"
|
||||
|
||||
#pragma package(smart_init)
|
||||
|
||||
TCCNETdevice::TCCNETdevice(int id, int ComPort,TLogClass* _Log) : TCCNETDeviceClass(id, ComPort,_Log)
|
||||
{
|
||||
LoggingErrors = false;
|
||||
DisableBill();
|
||||
DeviceName = "CCNETValidator";
|
||||
DeviceState->OutStateCode = DSE_NOTMOUNT;
|
||||
}
|
||||
|
||||
TCCNETdevice::~TCCNETdevice()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user