Fawkes API  Fawkes Development Version
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
laserht_plugin.h
1 
2 /***************************************************************************
3  * laserht_plugin.h - Fawkes Laser Hough Transform plugin
4  *
5  * Created: Sat Jul 04 21:34:07 2009 (RoboCup 2009, Graz)
6  * Copyright 2006-2008 Tim Niemueller [www.niemueller.de]
7  *
8  * $Id: laser_plugin.h 1486 2008-10-29 18:08:45Z tim $
9  *
10  ****************************************************************************/
11 
12 /* This program is free software; you can redistribute it and/or modify
13  * it under the terms of the GNU General Public License as published by
14  * the Free Software Foundation; either version 2 of the License, or
15  * (at your option) any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  * GNU Library General Public License for more details.
21  *
22  * Read the full text in the LICENSE.GPL file in the doc directory.
23  */
24 
25 #ifndef __PLUGINS_LASERHT_LASERHT_PLUGIN_H_
26 #define __PLUGINS_LASERHT_LASERHT_PLUGIN_H_
27 
28 #include <core/plugin.h>
29 
31 {
32  public:
34 };
35 
36 #endif
37