Removed post RsID transmission pending resolution of OS X
  segmentation fault caused by post RsID.
pull/2/head
David Freese 2010-07-16 19:54:22 -05:00
rodzic 809b218b13
commit dd0d489ea7
3 zmienionych plików z 10 dodań i 9 usunięć

Wyświetl plik

@ -4670,6 +4670,7 @@ an merging"));
} // Fl_Group* tabModems
{ tabRig = new Fl_Group(0, 25, 500, 345, _("Rig"));
tabRig->tooltip(_("Transceiver control"));
tabRig->hide();
{ tabsRig = new Fl_Tabs(0, 25, 500, 345);
tabsRig->selection_color((Fl_Color)FL_LIGHT1);
{ Fl_Group* o = new Fl_Group(0, 50, 500, 320, _("Hardware PTT"));
@ -5379,7 +5380,6 @@ ll with your audio device."));
tabSoundCard->end();
} // Fl_Group* tabSoundCard
{ tabID = new Fl_Group(0, 25, 500, 345, _("ID"));
tabID->hide();
{ Fl_Group* o = new Fl_Group(5, 35, 490, 103, _("Video Preamble ID"));
o->box(FL_ENGRAVED_FRAME);
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
@ -5548,6 +5548,7 @@ d frequency"));
chkRSidPost->tooltip(_("Send RSID at end of transmission"));
chkRSidPost->down_box(FL_DOWN_BOX);
chkRSidPost->callback((Fl_Callback*)cb_chkRSidPost);
chkRSidPost->hide();
o->value(progdefaults.rsid_post);
} // Fl_Check_Button* chkRSidPost
{ bRSIDTxModes = new Fl_Button(310, 224, 130, 20, _("Transmit modes"));

Wyświetl plik

@ -1971,7 +1971,7 @@ progdefaults.changed = true;}
}
Fl_Group tabRig {
label Rig open
tooltip {Transceiver control} xywh {0 25 500 345}
tooltip {Transceiver control} xywh {0 25 500 345} hide
} {
Fl_Tabs tabsRig {open
xywh {0 25 500 345} selection_color 50
@ -2226,7 +2226,7 @@ btnRevertRIGCAT->activate();}
btnInitRIGCAT->labelcolor(FL_RED);
btnInitRIGCAT->redraw_label();
btnRevertRIGCAT->activate();} selected
btnRevertRIGCAT->activate();}
tooltip {DTR is ptt line} xywh {256 250 160 20} down_box DOWN_BOX
code0 {o->value(progdefaults.RigCatDTRptt);}
}
@ -2799,8 +2799,8 @@ progdefaults.changed = true;}
}
}
Fl_Group tabID {
label ID
xywh {0 25 500 345} hide
label ID open
xywh {0 25 500 345}
} {
Fl_Group {} {
label {Video Preamble ID} open
@ -2967,8 +2967,8 @@ progdefaults.changed = true;}
Fl_Check_Button chkRSidPost {
label {Send at EOT}
callback {progdefaults.rsid_post = o->value();
progdefaults.changed = true;}
tooltip {Send RSID at end of transmission} xywh {310 247 120 20} down_box DOWN_BOX
progdefaults.changed = true;} selected
tooltip {Send RSID at end of transmission} xywh {310 247 120 20} down_box DOWN_BOX hide
code0 {o->value(progdefaults.rsid_post);}
}
Fl_Button bRSIDTxModes {

Wyświetl plik

@ -314,8 +314,8 @@ void trx_trx_transmit_loop()
trx_xmit_wfall_end(current_samplerate);
if (progdefaults.TransmitRSid)
ReedSolomon->send(false);
// if (progdefaults.TransmitRSid)
// ReedSolomon->send(false);
scard->flush();
if (scard->must_close(O_WRONLY))