From 43de9e2146781fd3e5f9219a8be71ac49b49a676 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Fri, 12 Oct 2012 21:59:13 +0200 Subject: Release of new stable version v2.9.0 Signed-off-by: Alexander Wenzel --- doc/dlt_filetransfer.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'doc/dlt_filetransfer.txt') diff --git a/doc/dlt_filetransfer.txt b/doc/dlt_filetransfer.txt index f1878c4..27124ae 100644 --- a/doc/dlt_filetransfer.txt +++ b/doc/dlt_filetransfer.txt @@ -1,5 +1,5 @@ DLT Filetransfer -============== +================ Christian Muck 0.0.1, 2012/10/11: Initial version @@ -15,7 +15,7 @@ Introduction to DLT Filetransfer --------------------------------- With DLT Filetransfer it is possible store the binary data of a file to the automotive dlt log. The file will be read in binary mode and put as several chunks to a DLT_INFO log. With a special plugin of the dlt viewer, you can extract the embedded files from the trace and save them. -It can be used for smaller files, e.g. HMI screenshots or little coredumps +It can be used for smaller files, e.g. HMI screenshots or little coredumps. Protocol --------- @@ -25,7 +25,6 @@ The file transfer is at least one single transaction. This transaction consist o * one or more data packages * end package - Header Package ~~~~~~~~~~~~~~ Every filetransfer must begin with the header package using: @@ -65,7 +64,6 @@ Data Data Package Protocol: | FLDA | Package flag |================================================================== - End Package ~~~~~~~~~~~ After all data packages were sent, the end package must be sent to indicate that the filetransfer is over using: @@ -82,7 +80,6 @@ End Package Protocol: | FLFI | Package flag |================================================================== - File information ~~~~~~~~~~~~~~~~ The library offers the user the possibility to log informations about a file using the following method without transferring the file itself using: @@ -105,6 +102,7 @@ File Information Protocol: File transfer error ~~~~~~~~~~~~~~~~~~~ + ---- //! Error code for dlt_user_log_file_complete #define ERROR_FILE_COMPLETE -300 @@ -248,3 +246,4 @@ Test the file transfer with the condition that the transferred file does not exi Test the file transfer with the condition that the transferred file does not exist using single package transfer * testFile3Run3 Test which logs some information about the file. + -- cgit v1.2.1