data scale: use cliparser and add unit string

This commit is contained in:
Philippe Teuwen
2020-10-04 15:14:56 +02:00
parent 7009f2ade7
commit 2d15fde0a8
4 changed files with 25 additions and 18 deletions

View File

@@ -38,6 +38,7 @@
session_arg_t session;
double CursorScaleFactor = 1;
char CursorScaleFactorUint[11] = {0};
int PlotGridX = 0, PlotGridY = 0, PlotGridXdefault = 64, PlotGridYdefault = 64;
uint32_t CursorCPos = 0, CursorDPos = 0;
double GraphPixelsPerPoint = 1.f; // How many visual pixels are between each sample point (x axis)