vrpn
07.33
Virtual Reality Peripheral Network
|
#include <stdio.h>
#include <string.h>
#include "vrpn_Serial.h"
#include "vrpn_Shared.h"
#include "vrpn_Spaceball.h"
Go to the source code of this file.
Macros | |
#define | STATUS_RESETTING (-1) |
#define | STATUS_SYNCING (0) |
#define | STATUS_READING (1) |
#define | MAX_TIME_INTERVAL (2000000) |
#define MAX_TIME_INTERVAL (2000000) |
Definition at line 90 of file vrpn_Spaceball.C.
#define STATUS_READING (1) |
Definition at line 89 of file vrpn_Spaceball.C.
Referenced by vrpn_Spaceball::get_report(), and vrpn_Spaceball::mainloop().
#define STATUS_RESETTING (-1) |
Definition at line 87 of file vrpn_Spaceball.C.
Referenced by vrpn_Spaceball::mainloop(), and vrpn_Spaceball::vrpn_Spaceball().
#define STATUS_SYNCING (0) |
Definition at line 88 of file vrpn_Spaceball.C.
Referenced by vrpn_Spaceball::get_report(), vrpn_Spaceball::mainloop(), and vrpn_Spaceball::reset().