00001 /* 00002 * Glacsweb gps.h 00003 * Copyright (C) 2004 Alistair Riddoch, The University of Southampton 00004 */ 00005 00006 #ifndef GLACSWEB_GPS_H 00007 #define GLACSWEB_GPS_H 00008 00009 #include "serial.h" 00010 00011 #include <time.h> 00012 00013 int GPSStartLog(SerialPort *, const char * name); 00014 int GPSStopLog(SerialPort *); 00015 int GPSGetLog(SerialPort *, const char * name, const char * out_name); 00016 int GPSDeleteLog(SerialPort *, const char * name); 00017 int GPSGetTime(SerialPort *, time_t * return_time); 00018 00019 #endif /* GLACSWEB_GPS_H */
1.3.5