diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-01-09 10:42:14 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-01-09 10:42:14 +0200 |
| commit | d50d729a2b7d45ca4b22df7ff0d8823825c479b6 (patch) | |
| tree | b6ac5a0813c4b76d43ad3af1d56ac8a44361dd7f /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h | |
| parent | aeebb8d47e1d78b50d9ae5afd9df6eaf9765ed87 (diff) | |
| download | Tango-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.h | 2 |
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); |
