aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-12-30 18:11:26 +0200
committerAvi Levkovich <avi@twine-s.com>2020-12-30 18:11:26 +0200
commit71e6a3ec2197eba8b5e1b295914653426064f745 (patch)
treec97ef7e44c7c41a5d31e48120bc5e5770b35ac48 /Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
parent325242bcd9ccbc97bb14b4ca91d01fc7bd999739 (diff)
parente00d02878767964604cd02fb98c58be6bc3a02af (diff)
downloadTango-71e6a3ec2197eba8b5e1b295914653426064f745.tar.gz
Tango-71e6a3ec2197eba8b5e1b295914653426064f745.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread.h')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
index aedb49a62..13032f49d 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
@@ -22,6 +22,16 @@
#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;
float m_mesuredParam;