[chronojump] Exhibition can upload forcesensor tests



commit 0823d7ec0d62f2ac5761db09e38b6f5c65bc96b1
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Feb 25 01:15:19 2019 +0100

    Exhibition can upload forcesensor tests

 src/gui/forceSensor.cs | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/src/gui/forceSensor.cs b/src/gui/forceSensor.cs
index 2cdd0d23..d23ba21e 100644
--- a/src/gui/forceSensor.cs
+++ b/src/gui/forceSensor.cs
@@ -853,6 +853,12 @@ LogB.Information(" re C ");
                                        //if drawingarea has still not shown, don't paint graph because GC 
screen is not defined
                                        if(force_sensor_ai_drawingareaShown)
                                                forceSensorDoGraphAI();
+
+                                       if( configChronojump.Exhibition &&
+                                                       ( configChronojump.ExhibitionStationType == 
ExhibitionTest.testTypes.FORCE_ROPE ||
+                                                         configChronojump.ExhibitionStationType == 
ExhibitionTest.testTypes.FORCE_SHOT ) )
+                                               uploadExhibitionTest(configChronojump.ExhibitionStationType, 
forceSensorValues.ForceMax);
+
                                }
                        } else if(forceProcessCancel || forceProcessError)
                        {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]