Top | ![]() |
![]() |
![]() |
![]() |
gpointer datasource_gps_setup (GtkWidget *dialog
,vik_gps_xfer_type xfer
,gboolean xfer_all
);
void
datasource_gps_clean_up (gpointer user_data
);
External method to tidy up
gchar *
datasource_gps_get_protocol (gpointer user_data
);
Method to get the communication protocol of the GPS device from the widget structure
gchar *
datasource_gps_get_descriptor (gpointer user_data
);
Method to get the descriptor from the widget structure "Everything is a file" Could actually be normal file or a serial port
gboolean
datasource_gps_get_do_tracks (gpointer user_data
);
Method to get the track handling behaviour from the widget structure
gboolean
datasource_gps_get_do_routes (gpointer user_data
);
Method to get the route handling behaviour from the widget structure
gboolean
datasource_gps_get_do_waypoints (gpointer user_data
);
Method to get the waypoint handling behaviour from the widget structure