diff options
author | Lutz Helwing <lutz_helwing@mentor.com> | 2015-07-13 16:06:09 +0200 |
---|---|---|
committer | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2015-07-21 12:48:00 +0200 |
commit | 199ff0e7f736d848a7e01a12f04ddb21ecf36d74 (patch) | |
tree | b4b2bfe34512eada3f44211c8d015051d92f99ab /include/dlt/dlt_filetransfer.h | |
parent | 7f9b53d0f36eec2f257c4f54e023c086b6317b78 (diff) | |
download | DLT-daemon-199ff0e7f736d848a7e01a12f04ddb21ecf36d74.tar.gz |
Replaced all tabs with spaces in all files in include folder
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'include/dlt/dlt_filetransfer.h')
-rw-r--r-- | include/dlt/dlt_filetransfer.h | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/include/dlt/dlt_filetransfer.h b/include/dlt/dlt_filetransfer.h index e312dcc..43047f4 100644 --- a/include/dlt/dlt_filetransfer.h +++ b/include/dlt/dlt_filetransfer.h @@ -24,10 +24,10 @@ * \file dlt_filetransfer.h */ -#include <limits.h> /* Needed for LONG_MAX */ -#include <sys/stat.h> /* Needed for struct stat st*/ -#include "dlt.h" /* Needed for DLT Logs */ -#include <signal.h> /* Signal handling */ +#include <limits.h> /* Needed for LONG_MAX */ +#include <sys/stat.h> /* Needed for struct stat st*/ +#include "dlt.h" /* Needed for DLT Logs */ +#include <signal.h> /* Signal handling */ #include "errno.h" @@ -86,31 +86,31 @@ extern int dlt_user_log_file_packagesCount(DltContext *fileContext, const char * * @param filename Absolute file path * @return Returns 0 if everything was okey.If there was a failure value < 0 will be returned. */ - extern int dlt_user_log_file_infoAbout(DltContext *fileContext, const char *filename); - - - //!Transfer the head of the file as a dlt logs. - /**The head of the file must be logged to dlt because the head contains inforamtion about the file serial number, - * the file name, the file size, package number the file have and the buffer size. - * All these informations are needed from the plugin of the dlt viewer. - * See the Mainpages.c for more informations. - * @param fileContext Specific context to log the file to dlt - * @param filename Absolute file path - * @param alias Alias for the file. An alternative name to show in the receiving end - * @return Returns 0 if everything was okey. If there was a failure value < 0 will be returned. - */ - extern int dlt_user_log_file_header_alias(DltContext *fileContext, const char *filename, const char *alias); - - //!Transfer the head of the file as a dlt logs. - /**The head of the file must be logged to dlt because the head contains inforamtion about the file serial number, - * the file name, the file size, package number the file have and the buffer size. - * All these informations are needed from the plugin of the dlt viewer. - * See the Mainpages.c for more informations. - * @param fileContext Specific context to log the file to dlt - * @param filename Absolute file path - * @return Returns 0 if everything was okey. If there was a failure value < 0 will be returned. - */ - extern int dlt_user_log_file_header(DltContext *fileContext, const char *filename); +extern int dlt_user_log_file_infoAbout(DltContext *fileContext, const char *filename); + + +//!Transfer the head of the file as a dlt logs. +/**The head of the file must be logged to dlt because the head contains inforamtion about the file serial number, + * the file name, the file size, package number the file have and the buffer size. + * All these informations are needed from the plugin of the dlt viewer. + * See the Mainpages.c for more informations. + * @param fileContext Specific context to log the file to dlt + * @param filename Absolute file path + * @param alias Alias for the file. An alternative name to show in the receiving end + * @return Returns 0 if everything was okey. If there was a failure value < 0 will be returned. + */ +extern int dlt_user_log_file_header_alias(DltContext *fileContext, const char *filename, const char *alias); + +//!Transfer the head of the file as a dlt logs. +/**The head of the file must be logged to dlt because the head contains inforamtion about the file serial number, + * the file name, the file size, package number the file have and the buffer size. + * All these informations are needed from the plugin of the dlt viewer. + * See the Mainpages.c for more informations. + * @param fileContext Specific context to log the file to dlt + * @param filename Absolute file path + * @return Returns 0 if everything was okey. If there was a failure value < 0 will be returned. + */ +extern int dlt_user_log_file_header(DltContext *fileContext, const char *filename); //!Transfer the content data of a file. |