summaryrefslogtreecommitdiff
path: root/doc/dlt_filetransfer.txt
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2015-07-13 16:52:14 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-07-21 12:48:27 +0200
commit98e932adee2a76bda3c2630f348196216549a45a (patch)
tree1658983ac5940b71c158da20421db9054f9500ca /doc/dlt_filetransfer.txt
parent199ff0e7f736d848a7e01a12f04ddb21ecf36d74 (diff)
downloadDLT-daemon-98e932adee2a76bda3c2630f348196216549a45a.tar.gz
Removed all trailing whitespaces
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'doc/dlt_filetransfer.txt')
-rw-r--r--doc/dlt_filetransfer.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/dlt_filetransfer.txt b/doc/dlt_filetransfer.txt
index 564b12a..1298c0e 100644
--- a/doc/dlt_filetransfer.txt
+++ b/doc/dlt_filetransfer.txt
@@ -22,13 +22,13 @@ image::images/genivi_chrome_1_transparent.png[width=128]
Overview
--------
-DLT is a reusable open source software component for standardized logging and tracing in infotainment ECUs based on the AUTOSAR 4.0 standard.
+DLT is a reusable open source software component for standardized logging and tracing in infotainment ECUs based on the AUTOSAR 4.0 standard.
The goal of DLT is the consolidation of the existing variety of logging and tracing protocols on one format.
Introduction to DLT Filetransfer
---------------------------------
-With DLT Filetransfer it is possible store the binary data of a file to the automotive dlt log.
+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.
@@ -178,7 +178,7 @@ There are two ways to use the filetransfer
* Automatic filetransfer in one step
* Header, data and end package order handeld by the user
-Automatic
+Automatic
~~~~~~~~~
Call
@@ -250,7 +250,7 @@ It's important that the dlt-filetransfer example files are installed in /usr/sha
* testFile1Run1
Test the file transfer with the condition that the transferred file is smaller as the file transfer buffer using dlt_user_log_file_complete.
* testFile1Run2
-Test the file transfer with the condition that the transferred file is smaller as the file transfer buffer using single package transfer
+Test the file transfer with the condition that the transferred file is smaller as the file transfer buffer using single package transfer
* testFile2Run1
Test the file transfer with the condition that the transferred file is bigger as the file transfer buffer using dlt_user_log_file_complete.
* testFile2Run2