#include <vrpn_Joylin.h>
Class diagram for vrpn_Joylin:

Public Members | |||
![]() | ![]() | vrpn_Joylin (char * name, vrpn_Connection * c, char * portname) | |
![]() | ![]() | 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 | |||
![]() | ![]() | int | init () |
![]() | ![]() | Initialize things that the constructor can't. Returns 0 on success, -1 on failure. More... | |
| vrpn_Joylin::vrpn_Joylin (char * name, vrpn_Connection * c, char * portname) |
void vrpn_Joylin::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.
int vrpn_Joylin::init (void) [protected, virtual]
|
Initialize things that the constructor can't. Returns 0 on success, -1 on failure.
This function needs to be called at the beginning of the derived class' constructor.
Reimplemented from vrpn_BaseClass.
1.0.0 written by Dimitri van Heesch,
© 1997-1999