Working toward a good multi-decode solution ...

This commit is contained in:
Joe Taylor
2021-01-31 15:10:50 -05:00
parent e711aa23da
commit 6519c07a71
2 changed files with 9 additions and 4 deletions
+3 -2
View File
@@ -281,9 +281,10 @@ void CPlotter::draw(float swide[], bool bScroll, bool bRed)
f.open(m_redFile.toLatin1());
if(f) {
int x,y;
float freq,sync,xdt,sync2;
float freq,xdt,sync,sync2;
f >> xdt;
for(int i=0; i<99999; i++) {
f >> freq >> sync >> xdt >> sync2;
f >> freq >> sync >> sync2;
if(f.eof()) break;
x=XfromFreq(freq);
// if(m_bQ65_MultiSync) sync=sync2;