##// END OF EJS Templates
Working snapshot.
Working snapshot.

File last commit:

r0:1aa783210b8e default
r5:483cfe27e044 Working snapshot default
Show More
plugin.cpp
38 lines | 745 B | text/x-c | CppLexer
Jeandet Alexis
First init of SocExplorer Repository.
r0 /*------------------------------------------------------------------------------
-------------------------------------------------------------------------------*/
/*-- 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)
{
}