OpenHantek
viewconstants.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: GPL-2.0+
2 
3 #pragma once
4 
5 #define SAMPLESIZE_USED 20000
6 
7 #define DIVS_TIME 10.0
8 #define DIVS_VOLTAGE 8.0
9 #define DIVS_SUB 5
10 
11 #define MARGIN_LEFT (-DIVS_TIME / 2.0)
12 #define MARGIN_RIGHT (DIVS_TIME / 2.0)
13 
14 #define MARKER_COUNT 2
15 #define MARKER_STEP (DIVS_TIME / 100.0)
16 
17 // spacing between the individual entries of the docks
18 #define DOCK_LAYOUT_SPACING 4
19 
20 // where is the (local) manual?
21 #define USR_MANUAL_PATH "/usr/share/doc/packages/OpenHantek6022/OpenHantek6022_User_Manual.pdf"