Panda3D
vrpn_interface.h
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file vrpn_interface.h
10  * @author drose
11  * @date 2001-01-25
12  */
13 
14 #ifndef VRPN_INTERFACE_H
15 #define VRPN_INTERFACE_H
16 
17 #include "pandabase.h"
18 
19 // VPRN misses an include to this in vrpn_Shared.h.
20 #include <stdint.h>
21 
22 // Prevent VRPN from defining this function, which we don't need,
23 // and cause compilation errors in MSVC 2015.
24 #include <vrpn_Configure.h>
25 #undef VRPN_EXPORT_GETTIMEOFDAY
26 
27 #include <vrpn_Connection.h>
28 #include <vrpn_Tracker.h>
29 #include <vrpn_Analog.h>
30 #include <vrpn_Button.h>
31 #include <vrpn_Dial.h>
32 
33 #ifdef sleep
34 #undef sleep
35 #endif
36 
37 #endif
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.