[chronojump] pushed remaining commit
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] pushed remaining commit
- Date: Mon, 3 Dec 2018 13:00:19 +0000 (UTC)
commit ec7fc5c33fc4c8ef5019413fb1f40f5940bced02
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Dec 3 13:55:58 2018 +0100
pushed remaining commit
src/constants.cs | 1 +
src/sqlite/forceSensor.cs | 2 ++
2 files changed, 3 insertions(+)
---
diff --git a/src/constants.cs b/src/constants.cs
index 2010316d..5d55027b 100644
--- a/src/constants.cs
+++ b/src/constants.cs
@@ -142,6 +142,7 @@ public class Constants
public const string Encoder1RMTable = "encoder1RM";
public const string ExecuteAutoTable = "executeAuto";
public const string TriggerTable = "trigger";
+ public const string ForceSensorExerciseTable = "forceSensorExercise";
public const string ForceRFDTable = "forceRFD";
// Dummy variables that exists for translating purposes
diff --git a/src/sqlite/forceSensor.cs b/src/sqlite/forceSensor.cs
index b62f59f6..ffd32770 100644
--- a/src/sqlite/forceSensor.cs
+++ b/src/sqlite/forceSensor.cs
@@ -74,6 +74,8 @@ class SqliteForceSensorExercise : Sqlite
}
+
+class SqliteForceSensorRFD : Sqlite
{
private static string table = Constants.ForceRFDTable;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]