aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-01-09 10:42:14 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-01-09 10:42:14 +0200
commitd50d729a2b7d45ca4b22df7ff0d8823825c479b6 (patch)
treeb6ac5a0813c4b76d43ad3af1d56ac8a44361dd7f /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
parentaeebb8d47e1d78b50d9ae5afd9df6eaf9765ed87 (diff)
downloadTango-d50d729a2b7d45ca4b22df7ff0d8823825c479b6.tar.gz
Tango-d50d729a2b7d45ca4b22df7ff0d8823825c479b6.zip
Version 1.3.1.1 changes
Communication tx traces (reports, diagnostics, alarms, job reports) File system file download support – not tested! Communication tx with pre-allocated memory (improve and add areas) Winder Screw – send messages in regular mode Preparation for motor actions timeouts Preparations for control debug Heaters: bug fix, enlarge PID start region IDS: • Dispenser time out between motor operation and valve operation (start->open. Close->stop). • Dispenser homing backlash – to pressure above limit (currently 0.1 for machines without mixer) or timeout (10 seconds). State machine – Suspend Large Messages cancelled.
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
index 4a76a0aad..de0da71a5 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
@@ -16,6 +16,8 @@ uint32_t CreateRequestFunc(MessageContainer* requestContainer);
uint32_t DeleteRequestFunc(MessageContainer* requestContainer);
uint32_t GetStorageInfoRequestFunc(MessageContainer* requestContainer);
uint32_t GetFilesRequestFunc(MessageContainer* requestContainer);
+uint32_t FileDownloadRequestFunc(MessageContainer* requestContainer);
+uint32_t FileChunkDownloadRequestFunc(MessageContainer* requestContainer);