Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_tlsv12/sys/src/cmd/aux/gps/dat.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
typedef struct Place Place;
2
 
3
struct Place {
4
	double	lon;
5
	double 	lat;
6
};
7
#pragma	varargck	type	"L"	Place
8
 
9
enum {
10
	Undef		= 0x80000000,
11
	Baud=		4800,		/* 4800 is NMEA standard speed */
12
};
13
 
14
extern Place nowhere;
15
extern int debug;
16
 
17
int placeconv(Fmt*);
18
Place strtopos(char*, char**);
19
int strtolatlon(char*, char**, Place*);