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

vrpn_Clock_Server Class Reference

#include <vrpn_Clock.h>

Class diagram for vrpn_Clock_Server:

vrpn_Clock vrpn_BaseClass vrpn_BaseClassUnique

List of all members.


Public Members

 vrpn_Clock_Server (vrpn_Connection *c)
virtual ~vrpn_Clock_Server ()
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().


Static Public Members

int clockQueryHandler ( void *userdata, vrpn_HANDLERPARAM p )

Detailed Description


Member Function Documentation

vrpn_Clock_Server::vrpn_Clock_Server (vrpn_Connection * c)

vrpn_Clock_Server::~vrpn_Clock_Server () [virtual]

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

int vrpn_Clock_Server::clockQueryHandler (void * userdata, vrpn_HANDLERPARAM p) [static]


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