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

vrpn_Wanda.h

This is the verbatim text of the vrpn_Wanda.h include file.
#ifndef VRPN_WANDA
#define VRPN_WANDA
#include "vrpn_Analog.h"
#include "vrpn_Button.h"

// This is a driver for the Wanda device, which is an analog and
// button device.  You can find out more at http://home.att.net/~glenmurray/
// This driver was written at Brown University.

class vrpn_Wanda :public vrpn_Serial_Analog, public vrpn_Button {
public:
  vrpn_Wanda(char * name, vrpn_Connection * c, char * portname,int
             baud, double);

  void mainloop(void);

protected:
  void report_new_button_info();
  void report_new_valuator_info();

private:
  double resetval[vrpn_CHANNEL_MAX];
  long MAX_TIME_INTERVAL;
  int  bytesread;
};


#endif

Generated at Fri Sep 13 15:04:59 2002 for vrpn by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999