|
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_Button.h"#include "vrpn_Connection.h"#include "vrpn_Serial.h"#include "vrpn_Shared.h"#include "vrpn_Tracker.h"#include "vrpn_Tracker_Liberty.h"#include "vrpn_MessageMacros.h"Go to the source code of this file.
Macros | |
| #define | INCHES_TO_METERS (2.54/100.0) |
Variables | |
| const bool | DEBUG = false |
| const bool | DEBUGA = false |
| #define INCHES_TO_METERS (2.54/100.0) |
Definition at line 22 of file vrpn_Tracker_Liberty.C.
| const bool DEBUG = false |
Definition at line 23 of file vrpn_Tracker_Liberty.C.
Referenced by vrpn_Tracker_Liberty::get_report(), vrpn_Tracker_Liberty::reset(), vrpn_Tracker_Liberty::set_sensor_output_format(), and vrpn_Tracker_Liberty::vrpn_Tracker_Liberty().
| const bool DEBUGA = false |
Definition at line 24 of file vrpn_Tracker_Liberty.C.
Referenced by vrpn_Tracker_Liberty::get_report().