##// END OF EJS Templates
Étiquette socexplorer-0.6-0 ajoutée à la révision 512435ddbd62
Étiquette socexplorer-0.6-0 ajoutée à la révision 512435ddbd62

File last commit:

r0:1aa783210b8e default
r84:8cf23d8c0b68 default
Show More
plugin.cpp
38 lines | 745 B | text/x-c | CppLexer
/*------------------------------------------------------------------------------
-------------------------------------------------------------------------------*/
/*-- 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)
{
}