[chronojump] runEncoder capture not simulated
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] runEncoder capture not simulated
- Date: Sun, 27 Sep 2020 13:46:03 +0000 (UTC)
commit 8b2ab407b8bd23598df1f146bd988d996f0642fc
Author: Xavier de Blas <xaviblas gmail com>
Date: Sun Sep 27 15:45:44 2020 +0200
runEncoder capture not simulated
src/gui/app1/runEncoder.cs | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/gui/app1/runEncoder.cs b/src/gui/app1/runEncoder.cs
index 93ab143c..95178c6a 100644
--- a/src/gui/app1/runEncoder.cs
+++ b/src/gui/app1/runEncoder.cs
@@ -363,7 +363,7 @@ public partial class ChronoJumpWindow
contactsShowCaptureDoingButtons(true);
//runEncoderCaptureSimulated = menuitem_check_race_encoder_capture_simulate.Active; //TODO:
show this in some way on 2.0
- runEncoderCaptureSimulated = true;
+ runEncoderCaptureSimulated = false; //note that on simulated we need to click finish not so
late
/*
//initialize
@@ -567,6 +567,7 @@ public partial class ChronoJumpWindow
// 1) encoderDisplacement (2 bytes)
int b0 = portRE.ReadByte(); //encoderDisplacement least significative
int b1 = portRE.ReadByte(); //encoderDisplacement most significative
+ LogB.Information(" 1 readed b0,b1");
/*
LogB.Information("bbbencDispl0:" + b0.ToString());
LogB.Information("bbbencDispl1:" + b1.ToString());
@@ -584,6 +585,7 @@ public partial class ChronoJumpWindow
b1 = portRE.ReadByte();
int b2 = portRE.ReadByte();
int b3 = portRE.ReadByte(); //most significative
+ LogB.Information(" 2 readed b0-b3");
/*
LogB.Information("bbbtime0:" + b0.ToString());
@@ -608,6 +610,7 @@ public partial class ChronoJumpWindow
b0 = portRE.ReadByte(); //least significative
b1 = portRE.ReadByte(); //most significative
readedNum = Convert.ToInt32(256 * b1 + b0);
+ LogB.Information(" 3 readed b0,b1");
/*
LogB.Information("bbbforce0:" + b0.ToString());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]