# HG changeset patch # User bastiena # Date 1333529481 -7200 # Node ID a9ebacd6c0890cffe0990ad72d46085ab6572f15 # Parent 4b78f179e7ce9cf280c8ff0c02ffdeb47eaf6dd5 Middleware : parameters propagation added from debug to MainModule and then into everything that needs it diff -r 4b78f179e7ce -r a9ebacd6c089 .hgignore --- a/.hgignore Mon Apr 02 16:30:56 2012 +0200 +++ b/.hgignore Wed Apr 04 10:51:21 2012 +0200 @@ -24,3 +24,6 @@ front_processing/src/Interaction_examples/*/application.windows/lib/* front_processing/src/Interaction_examples/*/application.windows/* middleware/dist/dotNetFx40_Client_x86_x64.exe +middleware/lib/Tracking.dll +middleware/lib/Debug.dll +middleware/lib/Communication.dll diff -r 4b78f179e7ce -r a9ebacd6c089 middleware/Communication/Server.cs --- a/middleware/Communication/Server.cs Mon Apr 02 16:30:56 2012 +0200 +++ b/middleware/Communication/Server.cs Wed Apr 04 10:51:21 2012 +0200 @@ -238,5 +238,18 @@ } } } + + /* + * Getters et Setters + */ + public void setTimerElapsing(int _timerElapsing) + { + timerElapsing = _timerElapsing; + } + + public int getTimerElapsing() + { + return timerElapsing; + } } } diff -r 4b78f179e7ce -r a9ebacd6c089 middleware/Debug/DebugParameters.xaml --- a/middleware/Debug/DebugParameters.xaml Mon Apr 02 16:30:56 2012 +0200 +++ b/middleware/Debug/DebugParameters.xaml Wed Apr 04 10:51:21 2012 +0200 @@ -23,7 +23,7 @@ L'intervalle de temps entre le début et la fin du timer pour la détection des gestures. --> - + @@ -125,7 +125,7 @@ -