public const int STATUS_FIX; /* yes, without DGPS */
public const int STATUS_DGPS_FIX; /* yes, with DGPS */
- [CCode (cname = "gps_open_r")]
+ [CCode (cname = "gps_open")]
public int open_r(string server, string port, ref data_t gpsdata);
[CCode (cname = "gps_close")]
[CCode (cname = "gps_errstr")]
public weak string errstr(int err);
- [CCode (cname = "gps_poll")]
+ [CCode (cname = "gps_read")]
public int poll(ref data_t gpsdata);
[CCode (cname = "gps_waiting")]