source: pacpussensors/trunk/LMOComponent/LMOComponentPlugin.h@ 17

Last change on this file since 17 was 17, checked in by morasjul, 11 years ago

Added: LMOComponent. (Lidar-Map-Odometry)

File size: 605 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 __LMOCOMPONENTPLUGIN_H__
5#define __LMOCOMPONENTPLUGIN_H__
6
7#include <QObject>
8#include <qplugin.h>
9
10#include <Pacpus/kernel/PacpusPluginInterface.h>
11
12/// Auto-generated plugin class
13class LMOComponentPlugin
14 : public QObject
15 , public PacpusPluginInterface
16{
17 Q_OBJECT
18 Q_INTERFACES(PacpusPluginInterface)
19
20public:
21 LMOComponentPlugin();
22 ~LMOComponentPlugin();
23
24protected:
25 QString name();
26};
27
28#endif // __LMOCOMPONENTPLUGIN_H__
Note: See TracBrowser for help on using the repository browser.