source: pacpussensors/trunk/PtGreyCameras/PtGreyCamerasPlugin.h@ 99

Last change on this file since 99 was 99, checked in by nguyenhu, 9 years ago

compilation under linux with 0.2.X framework

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