|
vrpn
07.33
Virtual Reality Peripheral Network
|
#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "quat.h"#include "vrpn_BaseClass.h"#include "vrpn_Connection.h"#include "vrpn_Shared.h"#include "vrpn_Tracker.h"#include "vrpn_Tracker_LibertyHS.h"#include "vrpn_MessageMacros.h"#include <libusb.h>Go to the source code of this file.
Macros | |
| #define | INCHES_TO_METERS (2.54f/100.0f) |
Variables | |
| const bool | METRIC_UNITS = true |
| const bool | DEBUG = false |
| const bool | DEBUGA = false |
| #define INCHES_TO_METERS (2.54f/100.0f) |
Definition at line 26 of file vrpn_Tracker_LibertyHS.C.
| const bool DEBUG = false |
Definition at line 28 of file vrpn_Tracker_LibertyHS.C.
Referenced by vrpn_Tracker_LibertyHS::get_report(), vrpn_Tracker_LibertyHS::reset(), and vrpn_Tracker_LibertyHS::set_sensor_output_format().
| const bool DEBUGA = false |
Definition at line 29 of file vrpn_Tracker_LibertyHS.C.
Referenced by vrpn_Tracker_LibertyHS::get_report().
| const bool METRIC_UNITS = true |
Definition at line 27 of file vrpn_Tracker_LibertyHS.C.
Referenced by vrpn_Tracker_LibertyHS::get_report(), and vrpn_Tracker_LibertyHS::reset().