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

Last change on this file since 59 was 48, checked in by phudelai, 10 years ago

Flea3 repository name changed for PtGreyCameras more general name

File size: 611 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 __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 Q_INTERFACES(PacpusPluginInterface)
19
20public:
21 PtGreyCamerasPlugin();
22 ~PtGreyCamerasPlugin();
23
24protected:
25 QString name();
26};
27
28#endif // __PTGREYCAMERASPLUGIN_H__
Note: See TracBrowser for help on using the repository browser.