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

Public Members | |||
![]() | ![]() | vrpn_Button_Python (const char * name, vrpn_Connection * c, int p) | |
![]() | ![]() | vrpn_Button_Python (const char * name, vrpn_Connection * c, int p, unsigned ph) | |
![]() | ![]() | 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) |
| vrpn_Button_Python::vrpn_Button_Python (const char * name, vrpn_Connection * c, int p) |
| vrpn_Button_Python::vrpn_Button_Python (const char * name, vrpn_Connection * c, int p, unsigned ph) |
void vrpn_Button_Python::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_Python::read (void) [protected, virtual]
|
Reimplemented from vrpn_Button_Parallel.
1.0.0 written by Dimitri van Heesch,
© 1997-1999