}
}
if (found < 0) found=bandGen;
-g_print("get_band_from_frequency: %lld id %d\n",f,found);
return found;
}
static gboolean rigctl_cb (GtkWidget *widget, GdkEventButton *event, gpointer data) {
cleanup();
- fprintf(stderr, "new_menu: calling rigctl_menu\n");
rigctl_menu(top_window);
return TRUE;
}
static gboolean encoder_cb (GtkWidget *widget, GdkEventButton *event, gpointer data) {
cleanup();
- fprintf(stderr, "new_menu: calling encoder_menu\n");
encoder_menu(top_window);
return TRUE;
}
static gboolean switch_cb (GtkWidget *widget, GdkEventButton *event, gpointer data) {
cleanup();
- fprintf(stderr, "new_menu: calling switch_menu\n");
switch_menu(top_window);
return TRUE;
}
}
static gboolean oc_cb (GtkWidget *widget, GdkEventButton *event, gpointer data) {
- g_print("oc_cb\n");
cleanup();
oc_menu(top_window);
return TRUE;
void start_encoder(int encoder) {
int old_menu=active_menu;
cleanup();
-fprintf(stderr,"start_encoder: %d old_menu=%d active_menu=%d\n",encoder,old_menu,active_menu);
switch(encoder) {
case 2:
if(old_menu!=E2_MENU) {
entry->mode=modeUSB;
entry->filter=filterF6;
}
-fprintf(stderr,"min=%s:%lld max=%s:%lld lo=%s:%lld\n",minf,xvtr->frequencyMin,maxf,xvtr->frequencyMax,lof,xvtr->frequencyLO);
} else {
xvtr->frequencyMin=0;
xvtr->frequencyMax=0;
}
void lo_error_cb(GtkEditable *editable,gpointer user_data) {
-g_print("lo_error_cb\n");
int band=GPOINTER_TO_INT(user_data);
BAND *xvtr=band_get_band(band);
const char* errorf=gtk_entry_get_text(GTK_ENTRY(lo_error[band]));
}
void lo_error_update(RECEIVER *rx,long long offset) {
-g_print("lo_error_update: band=%d\n",vfo[0].band);
BAND *xvtr=band_get_band(vfo[0].band);
if(dialog!=NULL) {
char temp[32];
int i;
char f[16];
-fprintf(stderr,"xvtr_menu\n");
parent_window=parent;
dialog=gtk_dialog_new();