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

Public Members | |||
![]() | ![]() | vrpn_Button_Example_Server (const char *name, vrpn_Connection *c, int numbuttons = 1, vrpn_float64 rate = 1.0) | |
![]() | ![]() | 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 | |||
![]() | ![]() | vrpn_float64 | _update_rate |
| vrpn_Button_Example_Server::vrpn_Button_Example_Server (const char * name, vrpn_Connection * c, int numbuttons = 1, vrpn_float64 rate = 1.0) |
void vrpn_Button_Example_Server::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.
vrpn_float64 vrpn_Button_Example_Server::_update_rate [protected]
|
1.0.0 written by Dimitri van Heesch,
© 1997-1999