23 const int numbuttons = 8,
24 const int numchannels = 8);
39 unsigned char _buffer[512];
42 struct timeval _timestamp;
44 virtual void clear_values(
void);
45 virtual int reset(
void);
46 virtual int get_report(
void);
59 int syncDatastream (
double seconds);
61 unsigned char bDataPacketStart;
const vrpn_uint32 vrpn_CONNECTION_LOW_LATENCY
Generic connection class not specific to the transport mechanism.
virtual void report(vrpn_uint32 class_of_service=vrpn_CONNECTION_LOW_LATENCY, const struct timeval time=vrpn_ANALOG_NOW)
Send a report whether something has changed or not (for servers) Optionally, tell what time to stamp ...
virtual void mainloop()=0
Called once through each main loop iteration to handle updates. Remote object mainloop() should call ...