From 71ea5fcc1e5bb9f671b6cd5d7507e6689cdd535c Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Wed, 23 Dec 2020 12:07:58 +0200 Subject: fix FF reports, add time support for error log (and world time in the system), report regarding dispensers 50% and 25% LS --- Software/Embedded_SW/Embedded/Modules/Thread/Thread.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread.h') diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h index 13032f49d..aedb49a62 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h @@ -21,16 +21,6 @@ #define NORMAL_COEF_DIVIDER 100 typedef struct -{ - uint32_t startoffsetpulses; - uint32_t spoolbackingrate; - uint32_t segmentoffsetpulses;// the spool winding initial length in mm - uint32_t milimetersperrotation; - uint32_t SpoolBottomBackingRate;// the angle of the bottom of the spool - double NumberOfRotationPerPassage; // how many rotations per spool passage - double diameter; -}InternalWinderConfigStruc; -typedef struct { bool m_isEnabled; int32_t m_SetParam; -- cgit v1.3.1