#include <vrpn_UNC_Joystick.h>
Class diagram for vrpn_Joystick:

Public Members | |||
![]() | ![]() | vrpn_Joystick (char * name, vrpn_Connection * c, char * portname,int baud, double) | |
![]() | ![]() | void | mainloop (void) |
![]() | ![]() | Called once through each main loop iteration to handle updates. Remote object mainloop() should call d_connection->mainloop(). Server object mainloop() should service the device, and should not normally call d_connection->mainloop(). | |
Protected Members | |||
![]() | ![]() | void | get_report () |
![]() | ![]() | void | report (struct timeval current_time) |
![]() | ![]() | void | reset () |
![]() | ![]() | void | parse (int, int reset_rest_pos = 0) |
| vrpn_Joystick::vrpn_Joystick (char * name, vrpn_Connection * c, char * portname, int baud, double) |
void vrpn_Joystick::mainloop (void) [virtual]
|
Called once through each main loop iteration to handle updates. Remote object mainloop() should call d_connection->mainloop(). Server object mainloop() should service the device, and should not normally call d_connection->mainloop().
Reimplemented from vrpn_BaseClass.
void vrpn_Joystick::get_report () [protected]
|
void vrpn_Joystick::report (struct timeval current_time) [protected]
|
void vrpn_Joystick::reset () [protected]
|
void vrpn_Joystick::parse (int index, int reset_rest_pos = 0) [protected]
|
1.0.0 written by Dimitri van Heesch,
© 1997-1999