Home
last modified time | relevance | path

Searched defs:qth (Results 1 – 25 of 45) sorted by relevance

12

/dports/comms/gpredict/gpredict-2.2.1/src/
H A Dqth-data.c53 gint qth_data_read(const gchar * filename, qth_t * qth) in qth_data_read()
255 gint qth_data_save(const gchar * filename, qth_t * qth) in qth_data_save()
328 void qth_data_free(qth_t * qth) in qth_data_free()
378 gboolean qth_data_update(qth_t * qth, gdouble t) in qth_data_update()
544 gboolean qth_data_update_init(qth_t * qth) in qth_data_update_init()
630 void qth_data_update_stop(qth_t * qth) in qth_data_update_stop()
660 void qth_init(qth_t * qth) in qth_init()
685 void qth_safe(qth_t * qth) in qth_safe()
705 void qth_small_save(qth_t * qth, qth_small_t * qth_small) in qth_small_save()
717 void qth_validate(qth_t * qth) in qth_validate()
[all …]
H A Dgtk-sat-popup-common.c30 void add_pass_menu_items(GtkWidget * menu, sat_t * sat, qth_t * qth, in add_pass_menu_items()
69 qth_t *qth; in show_current_pass_cb() local
85 qth_t *qth; in show_next_pass_cb() local
105 qth_t *qth; in show_future_passes_cb() local
117 void show_next_pass_dialog(sat_t * sat, qth_t * qth, gdouble tstamp, in show_next_pass_dialog()
181 void show_future_passes_dialog(sat_t * sat, qth_t * qth, gdouble tstamp, in show_future_passes_dialog()
H A Dpredict-tools.c56 void predict_calc(sat_t * sat, qth_t * qth, gdouble t) in predict_calc()
127 gdouble find_aos(sat_t * sat, qth_t * qth, gdouble start, gdouble maxdt) in find_aos()
224 gdouble find_los(sat_t * sat, qth_t * qth, gdouble start, gdouble maxdt) in find_los()
324 gdouble find_prev_aos(sat_t * sat, qth_t * qth, gdouble start) in find_prev_aos()
362 pass_t *get_next_pass(sat_t * sat, qth_t * qth, gdouble maxdt) in get_next_pass()
388 GSList *get_next_passes(sat_t * sat, qth_t * qth, gdouble maxdt, in get_next_passes()
411 pass_t *get_pass(sat_t * sat_in, qth_t * qth, gdouble start, gdouble maxdt) in get_pass()
432 pass_t *get_pass_no_min_el(sat_t * sat_in, qth_t * qth, gdouble start, in get_pass_no_min_el()
460 static pass_t *get_pass_engine(sat_t * sat_in, qth_t * qth, gdouble start, in get_pass_engine()
663 GSList *get_passes(sat_t * sat, qth_t * qth, gdouble start, in get_passes()
[all …]
H A Dpass-to-txt.c116 gchar *pass_to_txt_pgheader(pass_t * pass, qth_t * qth, gint fields) in pass_to_txt_pgheader()
184 gchar *pass_to_txt_tblheader(pass_t * pass, qth_t * qth, gint fields) in pass_to_txt_tblheader()
235 gchar *pass_to_txt_tblcontents(pass_t * pass, qth_t * qth, in pass_to_txt_tblcontents()
461 gchar *passes_to_txt_pgheader(GSList * passes, qth_t * qth, in passes_to_txt_pgheader()
480 gchar *passes_to_txt_tblheader(GSList * passes, qth_t * qth, in passes_to_txt_tblheader()
535 gchar *passes_to_txt_tblcontents(GSList * passes, qth_t * qth, in passes_to_txt_tblcontents()
681 qth_t * qth, obs_astro_t * obs_set) in Calc_RADec()
H A Dgtk-sat-map-ground-track.c68 void ground_track_create(GtkSatMap * satmap, sat_t * sat, qth_t * qth, in ground_track_create()
192 void ground_track_update(GtkSatMap * satmap, sat_t * sat, qth_t * qth, in ground_track_update()
226 void ground_track_delete(GtkSatMap * satmap, sat_t * sat, qth_t * qth, in ground_track_delete()
304 static void create_polylines(GtkSatMap * satmap, sat_t * sat, qth_t * qth, in create_polylines()
H A Dpass-popup-menu.c49 qth_t *qth; in show_pass_details() local
75 void pass_popup_menu_exec(qth_t * qth, pass_t * pass, GdkEventButton * event, in pass_popup_menu_exec()
H A Dgtk-sat-map-popup.c62 void gtk_sat_map_popup_exec(sat_t * sat, qth_t * qth, in gtk_sat_map_popup_exec()
223 qth_t *qth = NULL; in track_toggled() local
H A Dgtk-sat-data.c195 void gtk_sat_data_init_sat(sat_t * sat, qth_t * qth) in gtk_sat_data_init_sat()
276 void gtk_sat_data_copy_sat(const sat_t * source, sat_t * dest, qth_t * qth) in gtk_sat_data_copy_sat()
H A Dqth-editor.c66 static void update_widgets(qth_t * qth) in update_widgets()
126 static gboolean apply_changes(qth_t * qth) in apply_changes()
468 static GtkWidget *create_editor_widgets(qth_t * qth) in create_editor_widgets()
693 GtkResponseType qth_editor_run(qth_t * qth, GtkWindow * parent) in qth_editor_run()
H A Dsave-pass.c92 qth_t *qth; in save_pass() local
240 qth_t *qth; in save_passes() local
425 GSList * passes, qth_t * qth, in save_passes_exec()
516 pass_t * pass, qth_t * qth, in save_pass_exec()
H A Dgtk-sat-list-popup.c51 void gtk_sat_list_popup_exec(sat_t * sat, qth_t * qth, GdkEventButton * event, in gtk_sat_list_popup_exec()
H A Dgtk-event-list-popup.c51 void gtk_event_list_popup_exec(sat_t * sat, qth_t * qth, in gtk_event_list_popup_exec()
H A Dorbit-tools.c134 has_aos (sat_t *sat, qth_t *qth) in has_aos()
H A Dsat-pass-dialogs.c261 void show_pass(const gchar * satname, qth_t * qth, pass_t * pass, in show_pass()
535 qth_t *qth; in single_pass_response() local
870 qth_t * qth, obs_astro_t * obs_set) in Calc_RADec()
928 void show_passes(const gchar * satname, qth_t * qth, GSList * passes, in show_passes()
1289 qth_t *qth; in view_popup_menu() local
1339 qth_t *qth; in row_activated_cb() local
H A Dgtk-polar-view-popup.c61 void gtk_polar_view_popup_exec(sat_t * sat, qth_t * qth, GtkPolarView * pview, in gtk_polar_view_popup_exec()
H A Dsat-vis.c56 get_sat_vis (sat_t *sat, qth_t *qth, gdouble jul_utc) in get_sat_vis()
H A Dgtk-single-sat.c392 static void Calculate_RADec(sat_t * sat, qth_t * qth, obs_astro_t * obs_set) in Calculate_RADec()
560 GHashTable * sats, qth_t * qth, gboolean local) in gtk_single_sat_reconf()
703 qth_t * qth, guint32 fields) in gtk_single_sat_new()
H A Dsat-pref-qth.c383 qth_t *qth; /* qth data structure */ in read_qth_file() local
815 qth_t qth; in save_qth() local
H A Dgtk-event-list.h38 qth_t *qth; /*!< Pointer to current location. */ member
H A Dprint-pass.c106 void print_pass (pass_t *pass, qth_t *qth, GtkWindow *parent) in print_pass()
H A Dsat-pref-polar-view.c37 static GtkWidget *qth, *next, *curs, *xtick; variable
H A Dgtk-sky-glance.h74 qth_t *qth; /* Pointer to current location. */ member
H A Dgtk-azel-plot.h79 qth_t *qth; /*!< Pointer to current location. */ member
H A Dgtk-single-sat.h99 qth_t *qth; /*!< Pointer to current location. */ member
/dports/net/vde2/vde2-2.3.2/src/vde_switch/
H A Dqtimer.c32 struct qt_timer **qth; // head of the active timer array variable

12