ADD: data detectclock - added clock blocks in plot window. Its a draft. Not working for all clocks.

ADD: STT is now marked as a block in plot window,  instead of Marshmellow42 's two lines.
This commit is contained in:
iceman1001 2017-03-02 14:53:50 +01:00
commit a47ded5b54
6 changed files with 135 additions and 90 deletions

View file

@ -10,8 +10,12 @@
//-----------------------------------------------------------------------------
#include "ui.h"
// set QT vars
double CursorScaleFactor;
int PlotGridX, PlotGridY, PlotGridXdefault= 64, PlotGridYdefault= 64, CursorCPos= 0, CursorDPos= 0;
int PlotGridX, PlotGridY, PlotGridXdefault = 64, PlotGridYdefault = 64, CursorCPos = 0, CursorDPos = 0;
int PlotClock = 0, PlockClockStartIndex = 0;
int offline;
int flushAfterWrite = 0;
extern pthread_mutex_t print_lock;