vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
A3DBird.h
Go to the documentation of this file.
1 /***************************************************************************
2  a3dbird.h - description
3  -------------------
4  begin : Mon Jun 3 2002
5  copyright : (C) 2002 by Jan Flasar
6  email : flasar@fi.muni.cz
7  ***************************************************************************/
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. *
15  * *
16  ***************************************************************************/
17 
18 #ifndef A3DBIRD_H
19 #define A3DBIRD_H
20 
21 #include <vrecko/Device.h>
22 
23 namespace vreckoDP_base {
24 
25 class DP_EXPORT A3DBird : public vrecko::Device {
26  public:
27  A3DBird(char *port);
28  ~A3DBird();
29 };
30 
31 }
32 
33 #endif