Fawkes API
Fawkes Development Version
control.h
1
2
/***************************************************************************
3
* cameracontrol.h - Base class for camera controllers
4
*
5
* Created: Tue Jun 07 15:45:57 2005
6
* Copyright 2005-2009 Tim Niemueller [www.niemueller.de]
7
* 2009 Tobias Kellner
8
*
9
****************************************************************************/
10
11
/* This program is free software; you can redistribute it and/or modify
12
* it under the terms of the GNU General Public License as published by
13
* the Free Software Foundation; either version 2 of the License, or
14
* (at your option) any later version. A runtime exception applies to
15
* this software (see LICENSE.GPL_WRE file mentioned below for details).
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_WRE file in the doc directory.
23
*/
24
25
#ifndef __FIREVISION_CAMERACONTROL_H_
26
#define __FIREVISION_CAMERACONTROL_H_
27
28
namespace
firevision
{
29
#if 0
/* just to make Emacs auto-indent happy */
30
}
31
#endif
32
33
class
CameraControl
34
{
35
public
:
36
virtual
~CameraControl
();
37
};
38
39
}
// end namespace firevision
40
41
#endif
firevision
Definition:
vision_master.h:32
firevision::CameraControl
Camera control interface base class.
Definition:
control.h:33
firevision::CameraControl::~CameraControl
virtual ~CameraControl()
Virtual empty destructor.
Definition:
control.cpp:47
src
libs
fvcams
control
control.h
Generated by
1.8.13