summaryrefslogtreecommitdiff
path: root/doc/dlt_filetransfer.txt
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2012-10-12 21:59:13 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2012-11-26 12:40:05 +0100
commit43de9e2146781fd3e5f9219a8be71ac49b49a676 (patch)
tree93d05da07198fd7594946537adb71d299832b8aa /doc/dlt_filetransfer.txt
parente079bc2bafec3ea8483e44f07387735b0ae00f0f (diff)
downloadDLT-daemon-43de9e2146781fd3e5f9219a8be71ac49b49a676.tar.gz
Release of new stable version v2.9.0v2.9.0
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'doc/dlt_filetransfer.txt')
-rw-r--r--doc/dlt_filetransfer.txt9
1 files changed, 4 insertions, 5 deletions
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 <Christian.Muck@bmw.de>
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.
+