/*------------------------------------------------------------------------------ -------------------------------------------------------------------------------*/ /*-- Author : %driver_Author% -- Mail : %driver_Mail% ----------------------------------------------------------------------------*/ #include "%ProjectName%.h" %ProjectName%::%ProjectName%(QWidget *parent):socexplorerplugin(parent,true) { } %ProjectName%::~%ProjectName%() { } unsigned int %ProjectName%::Read(unsigned int *Value,unsigned int count,unsigned int address) { } unsigned int %ProjectName%::Write(unsigned int *Value,unsigned int count, unsigned int address) { }