23 void report(
struct timeval current_time);
25 void parse(
int,
int reset_rest_pos = 0);
27 unsigned char serialbuf[32];
29 unsigned long MAX_TIME_INTERVAL;
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 ...
Generic connection class not specific to the transport mechanism.
vrpn_Joystick(char *name, vrpn_Connection *c, char *portname, int baud, double)
void parse(int, int reset_rest_pos=0)
vrpn_Serial_Analog(const char *name, vrpn_Connection *connection, const char *port, int baud=9600, int bits=8, vrpn_SER_PARITY parity=vrpn_SER_PARITY_NONE, bool rts_flow=false)
class VRPN_API vrpn_Connection