vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DP_base.h
Go to the documentation of this file.
1 #include <vrecko/Device.h>
2 
3 #include <vreckoDP/Export>
4 
5 #define INSTANCE
6 #define LIST
7 
8 // ------------------------------
9 #include "A3DBird.h"
10 #include "fdtDataGlove.h"
11 #include "fsPinchGlove.h"
12 #include "KeyboardMouse.h"
13 #include "LHeadTracker.h"
14 #include "L3DMouse.h"
15 #include "MicroScribe3D.h"
16 #include "NestOfBirds.h"
17 #include "Ultratrak.h"
18 #include "OptiTrack.h"
19 #include "VRPN3DMouse.h"
20 #include "Wiimote.h"
21 // ------------------------------
22 
23 
24 extern "C" const char DP_EXPORT **base_getDeviceList(void);
25 extern "C" Device DP_EXPORT *base_getDeviceInstance(const char *_name);
26 extern "C" const char DP_EXPORT *base_getDeviceDescription(const char *name);
27 extern "C" void DP_EXPORT base_setDevicesParameters(void);
28 extern "C" const char DP_EXPORT *base_getPluginDescription(void);