6#include "vrpn_Analog.h"
7#include "vrpn_Button.h"
11#include <netinet/in.h>
20#define NUM_BUTTONS (32)
22#define NUMDEVS (NUM_BUTTONS+NUM_DIALS)
36 double resetval[vrpn_CHANNEL_MAX];
37 long MAX_TIME_INTERVAL;
40 unsigned long bs1, bs2;
41 unsigned long *bpA, *bpB, *bpT;
45 int dial_changed[NUM_DIALS];
46 int mid_values[NUM_DIALS];
virtual void mainloop()=0
Generic connection class not specific to the transport mechanism.
定义 vrpn_Connection.h:562