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

vrpn_Dial_Remote Class Reference

#include <vrpn_Dial.h>

Class diagram for vrpn_Dial_Remote:

vrpn_Dial vrpn_BaseClass vrpn_BaseClassUnique

List of all members.


Public Members

 vrpn_Dial_Remote (const char * name, vrpn_Connection * c = NULL)
 ~vrpn_Dial_Remote ()
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().

virtual int register_change_handler (void *userdata, vrpn_DIALCHANGEHANDLER handler)
virtual int unregister_change_handler (void *userdata, vrpn_DIALCHANGEHANDLER handler)

Protected Members

typedef struct vrpn_Dial_Remote::vrpn_RDCS  vrpn_DIALCHANGELIST
vrpn_DIALCHANGELISTchange_list

Static Protected Members

int handle_change_message (void *userdata, vrpn_HANDLERPARAM p)

Detailed Description


Member Typedef Documentation

typedef struct vrpn_Dial_Remote::vrpn_RDCS vrpn_Dial_Remote::vrpn_DIALCHANGELIST [protected]


Member Function Documentation

vrpn_Dial_Remote::vrpn_Dial_Remote (const char * name, vrpn_Connection * c = NULL)

vrpn_Dial_Remote::~vrpn_Dial_Remote ()

void vrpn_Dial_Remote::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_Dial_Remote::register_change_handler (void * userdata, vrpn_DIALCHANGEHANDLER handler) [virtual]

int vrpn_Dial_Remote::unregister_change_handler (void * userdata, vrpn_DIALCHANGEHANDLER handler) [virtual]

int vrpn_Dial_Remote::handle_change_message (void * userdata, vrpn_HANDLERPARAM p) [static, protected]


Member Data Documentation

vrpn_DIALCHANGELIST* vrpn_Dial_Remote::change_list [protected]


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