#include <vrpn_Button.h>
Class diagram for vrpn_Button_PinchGlove:

Public Members | |||
![]() | ![]() | vrpn_Button_PinchGlove (const char* name, vrpn_Connection *c, const char *port="/dev/ttyS1/", long baud=38400) | |
![]() | ![]() | virtual void | mainloop () |
![]() | ![]() | 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 | |||
![]() | ![]() | virtual void | read () |
![]() | ![]() | void | report_no_timestamp () |
| vrpn_Button_PinchGlove::vrpn_Button_PinchGlove (const char * name, vrpn_Connection * c, const char * port = "/dev/ttyS1/", long baud = 38400) |
void vrpn_Button_PinchGlove::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_Button_PinchGlove::read () [protected, virtual]
|
Reimplemented from vrpn_Button_Serial.
void vrpn_Button_PinchGlove::report_no_timestamp () [protected]
|
1.0.0 written by Dimitri van Heesch,
© 1997-1999