Last change
on this file since 19 was 4, checked in by guyardro, 11 years ago |
add igep can driver for CanGateway and add support for igep compilation
|
File size:
553 bytes
|
Rev | Line | |
---|
[4] | 1 | // Autogenerated file by PacpusPlugin.cmake
|
---|
| 2 | // DO NOT EDIT!!! ALL CHANGES WOULD BE REMOVED BY THE NEXT CALL OF CMAKE
|
---|
| 3 |
|
---|
| 4 | #ifndef __IGEPTESTPLUGIN_H__
|
---|
| 5 | #define __IGEPTESTPLUGIN_H__
|
---|
| 6 |
|
---|
| 7 | #include <QObject>
|
---|
| 8 | #include <qplugin.h>
|
---|
| 9 |
|
---|
| 10 | #include <Pacpus/kernel/PacpusPluginInterface.h>
|
---|
| 11 |
|
---|
| 12 | /// Auto-generated plugin class
|
---|
| 13 | class igepTestPlugin
|
---|
| 14 | : public QObject
|
---|
| 15 | , public PacpusPluginInterface
|
---|
| 16 | {
|
---|
| 17 | Q_OBJECT
|
---|
| 18 | Q_INTERFACES(PacpusPluginInterface)
|
---|
| 19 |
|
---|
| 20 | public:
|
---|
| 21 | igepTestPlugin();
|
---|
| 22 | ~igepTestPlugin();
|
---|
| 23 |
|
---|
| 24 | protected:
|
---|
| 25 | QString name();
|
---|
| 26 | };
|
---|
| 27 |
|
---|
| 28 | #endif // __IGEPTESTPLUGIN_H__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.