vrpn  07.33
Virtual Reality Peripheral Network
vrpn_Spaceball.C File Reference
#include <stdio.h>
#include <string.h>
#include "vrpn_Serial.h"
#include "vrpn_Shared.h"
#include "vrpn_Spaceball.h"
Include dependency graph for vrpn_Spaceball.C:

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)
 

Macro Definition Documentation

◆ MAX_TIME_INTERVAL

#define MAX_TIME_INTERVAL   (2000000)

Definition at line 90 of file vrpn_Spaceball.C.

◆ STATUS_READING

#define STATUS_READING   (1)

Definition at line 89 of file vrpn_Spaceball.C.

Referenced by vrpn_Spaceball::get_report(), and vrpn_Spaceball::mainloop().

◆ STATUS_RESETTING

#define STATUS_RESETTING   (-1)

Definition at line 87 of file vrpn_Spaceball.C.

Referenced by vrpn_Spaceball::mainloop(), and vrpn_Spaceball::vrpn_Spaceball().

◆ STATUS_SYNCING

#define STATUS_SYNCING   (0)