From d50d729a2b7d45ca4b22df7ff0d8823825c479b6 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Wed, 9 Jan 2019 10:42:14 +0200 Subject: 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. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h') 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); -- cgit v1.3.1