Main Page   Class Hierarchy   Compound List   File List   Header Files   Compound Members   File Members  

vrpn_Joylin Class Reference

#include <vrpn_Joylin.h>

Class diagram for vrpn_Joylin:

vrpn_Button vrpn_Analog vrpn_BaseClass vrpn_BaseClassUnique

List of all members.


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...


Detailed Description


Member Function Documentation

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.


The documentation for this class was generated from the following files:
Generated at Fri Sep 13 15:04:15 2002 for vrpn by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999