первый
This commit is contained in:
20
devices/Validators/CCNETdevice/CCNETdevice.h
Normal file
20
devices/Validators/CCNETdevice/CCNETdevice.h
Normal file
@ -0,0 +1,20 @@
|
||||
#ifndef CCNETdeviceH
|
||||
#define CCNETdeviceH
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "CCNETDeviceClass.h"
|
||||
//#include "CValidator.h"
|
||||
|
||||
//class TCCNETdevice : public TDeviceClass
|
||||
class TCCNETdevice : public TCCNETDeviceClass
|
||||
{
|
||||
private:
|
||||
protected:
|
||||
public:
|
||||
TCCNETdevice(int id, int ComPort,TLogClass* _Log = NULL);
|
||||
virtual ~TCCNETdevice();
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user