source: pacpussensors/trunk/CanGateway/CanGetewayPlugin.h@ 4

Last change on this file since 4 was 4, checked in by guyardro, 11 years ago

add igep can driver for CanGateway and add support for igep compilation

File size: 565 bytes
Line 
1// Autogenerated file by PacpusPlugin.cmake
2// DO NOT EDIT!!! ALL CHANGES WOULD BE REMOVED BY THE NEXT CALL OF CMAKE
3
4#ifndef __CANGETEWAYPLUGIN_H__
5#define __CANGETEWAYPLUGIN_H__
6
7#include <QObject>
8#include <qplugin.h>
9
10#include <Pacpus/kernel/PacpusPluginInterface.h>
11
12/// Auto-generated plugin class
13class CanGetewayPlugin
14 : public QObject
15 , public PacpusPluginInterface
16{
17 Q_OBJECT
18 Q_INTERFACES(PacpusPluginInterface)
19
20public:
21 CanGetewayPlugin();
22 ~CanGetewayPlugin();
23
24protected:
25 QString name();
26};
27
28#endif // __CANGETEWAYPLUGIN_H__
Note: See TracBrowser for help on using the repository browser.