11 #include <netinet/in.h> 12 #include <sys/ioctl.h> 16 #include <gl/device.h> 20 #define NUM_BUTTONS (32) 22 #define NUMDEVS (NUM_BUTTONS+NUM_DIALS) 40 unsigned long bs1, bs2;
41 unsigned long *bpA, *bpB, *bpT;
45 int dial_changed[NUM_DIALS];
46 int mid_values[NUM_DIALS];
Generic connection class not specific to the transport mechanism.
virtual void mainloop()=0
Called once through each main loop iteration to handle updates. Remote object mainloop() should call ...
#define MAX_TIME_INTERVAL