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

vrpn_3Space.h

This is the verbatim text of the vrpn_3Space.h include file.
#ifndef SPACE_H
#define SPACE_H

#include <time.h>
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#ifndef _WIN32
#include <sys/time.h>
#endif

#include "vrpn_Tracker.h"

class vrpn_Tracker_3Space: public vrpn_Tracker_Serial {
  
 public:
  
  vrpn_Tracker_3Space(char *name, vrpn_Connection *c, 
                      char *port = "/dev/ttyS1", long baud = 19200) :
  vrpn_Tracker_Serial(name,c,port,baud) {};
    
 protected:
  
  virtual int get_report(void);

  virtual void reset();

};

#endif

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