vrpn  07.33
Virtual Reality Peripheral Network
vrpn_raw_sgibox.h File Reference
#include "vrpn_Configure.h"
#include "vrpn_Analog.h"
#include "vrpn_Dial.h"
#include "vrpn_Button.h"
Include dependency graph for vrpn_raw_sgibox.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vrpn_raw_SGIBox
 

Macros

#define vrpn_SGI_NUM_BUTTONS   (32)
 
#define vrpn_SGI_NUM_DIALS   (8)
 
#define vrpn_SGI_NUMDEVS   (vrpn_SGI_NUM_BUTTONS+vrpn_SGI_NUM_DIALS)
 

Variables

class VRPN_API vrpn_Connection
 

Macro Definition Documentation

◆ vrpn_SGI_NUM_BUTTONS

#define vrpn_SGI_NUM_BUTTONS   (32)

Definition at line 21 of file vrpn_raw_sgibox.h.

Referenced by vrpn_raw_SGIBox::vrpn_raw_SGIBox().

◆ vrpn_SGI_NUM_DIALS

#define vrpn_SGI_NUM_DIALS   (8)

Definition at line 22 of file vrpn_raw_sgibox.h.

Referenced by vrpn_raw_SGIBox::vrpn_raw_SGIBox().

◆ vrpn_SGI_NUMDEVS

#define vrpn_SGI_NUMDEVS   (vrpn_SGI_NUM_BUTTONS+vrpn_SGI_NUM_DIALS)

Definition at line 23 of file vrpn_raw_sgibox.h.

Variable Documentation

◆ vrpn_Connection

Definition at line 18 of file vrpn_raw_sgibox.h.