mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Tweaks to .doc, and minor code cleanup.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2703 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
c1d40cc542
commit
2dfa4059fe
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
//---------------------------------------------------------------- MainWindow
|
//--------------------------------------------------------------- MainWindow
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "ui_mainwindow.h"
|
#include "ui_mainwindow.h"
|
||||||
#include "devsetup.h"
|
#include "devsetup.h"
|
||||||
|
@ -39,12 +39,10 @@ extern "C" int d2aCallback(const void *inputBuffer, void *outputBuffer,
|
|||||||
static double snr;
|
static double snr;
|
||||||
static double fac;
|
static double fac;
|
||||||
static int ic=0;
|
static int ic=0;
|
||||||
static int ncall=0;
|
|
||||||
static int isym0=-99;
|
static int isym0=-99;
|
||||||
static short int i2;
|
static short int i2;
|
||||||
int isym;
|
int isym;
|
||||||
|
|
||||||
ncall++;
|
|
||||||
if(udata->bRestart) {
|
if(udata->bRestart) {
|
||||||
// Time according to this computer
|
// Time according to this computer
|
||||||
qint64 ms = QDateTime::currentMSecsSinceEpoch() % 86400000;
|
qint64 ms = QDateTime::currentMSecsSinceEpoch() % 86400000;
|
||||||
|
Loading…
Reference in New Issue
Block a user