diff Discovery/Inc/tStructure.h @ 626:3e1a0e267f38

Added option to select sensitivity of focus detection: Depending on the location the computer is equiped during dive (arm wet/ dry suite, glove...) it is usefull to adapt the sensitivity of the focus detection. Technical it means the radius of the spot in which direction ray is projected may be changed in size. The option has been added to the motion control menu.
author Ideenmodellierer
date Fri, 12 Feb 2021 21:37:50 +0100
parents 8fa2de4414a8
children 68d95049f11a
line wrap: on
line diff
--- a/Discovery/Inc/tStructure.h	Mon Feb 08 21:35:46 2021 +0100
+++ b/Discovery/Inc/tStructure.h	Fri Feb 12 21:37:50 2021 +0100
@@ -328,9 +328,11 @@
 #define StMCustom4_CViewSelection1	_MB(2,9,4,1,0)
 
 #define StMCustom5_CViewPortCalib	_MB(2,9,5,1,0)
-#define StMCustom5_CViewPortLayout	_MB(2,9,5,2,0)
-#define StMCustom5_CViewPortAmbient	_MB(2,9,5,3,0)
-#define StMCustom5_CViewPortControl	_MB(2,9,5,4,0)
+#define StMCustom5_CViewPortSpotSize _MB(2,9,5,2,0)
+#define StMCustom5_CViewPortLayout	_MB(2,9,5,3,0)
+#define StMCustom5_CViewPortAmbient	_MB(2,9,5,4,0)
+#define StMCustom5_CViewPortControl	_MB(2,9,5,5,0)
+
 
 /* PAGE 10 */
 #define StMPLAN		_MB(2,10,0,0,0)