6#ifndef VRPN_TRACKER_GPS_H
7#define VRPN_TRACKER_GPS_H
9#include "vrpn_Configure.h"
13#include "gpsnmealib/nmeaParser.h"
14#include "gpsnmealib/utmCoord.h"
15#include "vrpn_Shared.h"
16#include "vrpn_Tracker.h"
26 const char *port =
"/dev/ttyS1",
30 const char* startStr =
"RMC");
44 unsigned char buffer[VRPN_TRACKER_BUF_SIZE*10];
49 struct timeval reset_time;
52 char testfilename[256];
56 NMEAParser nmeaParser;
Generic connection class not specific to the transport mechanism.
定义 vrpn_Connection.h:562
unsigned char buffer[VRPN_TRACKER_BUF_SIZE *10]
定义 vrpn_Tracker_GPS.h:44
virtual int get_report(void)
virtual void reset()
Reset the tracker.