aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-07-01 09:20:52 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-07-01 09:20:52 +0300
commitc0fd8dcc53e45aa5aa0095cc2c8c5f39a34f7886 (patch)
treeda928ff13c0e2396b5c1dca42c90010c876b2b8f /Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
parent6aac50de73d56076303065e17046833247985cf8 (diff)
parent27081ed8160540b63f19a3328822a9550da4ce02 (diff)
downloadTango-c0fd8dcc53e45aa5aa0095cc2c8c5f39a34f7886.tar.gz
Tango-c0fd8dcc53e45aa5aa0095cc2c8c5f39a34f7886.zip
merge
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
index ead318758..167616afe 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
@@ -22,6 +22,7 @@ typedef enum threadMotorsEnum
}threadMotorsEnum;
extern double TotalProcessedLength;
+extern double PoolerTotalProcessedLength;
void ThreadSetBreakSensorLimit(int limit);
@@ -42,8 +43,9 @@ uint32_t LoadDancerConfigMessage(void);
//uint32_t MotorPidRequestMessage(HardwarePidControl* request);
uint32_t Winder_Init(void);
-uint32_t Winder_Prepare(void);
+uint32_t Winder_Prepare(void *JobDetails);
uint32_t Winder_Presegment(void *JobDetails, uint32_t SegmentId);
+uint32_t WinderDistanceToSpoolState(void );
uint32_t Winder_End(void);
typedef enum