From b7a37dc39a2a975e594bdb554e752c8ed563673e Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Wed, 18 Dec 2013 08:39:27 +0100 Subject: Centralised send function to client. Introduced connection state to dlt daemon. Signed-off-by: Alexander Wenzel --- src/daemon/dlt_daemon_serial.h | 63 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 src/daemon/dlt_daemon_serial.h (limited to 'src/daemon/dlt_daemon_serial.h') diff --git a/src/daemon/dlt_daemon_serial.h b/src/daemon/dlt_daemon_serial.h new file mode 100644 index 0000000..928abc2 --- /dev/null +++ b/src/daemon/dlt_daemon_serial.h @@ -0,0 +1,63 @@ +/** + * @licence app begin@ + * Copyright (C) 2012 BMW AG + * + * This file is part of GENIVI Project Dlt - Diagnostic Log and Trace console apps. + * + * Contributions are licensed to the GENIVI Alliance under one or more + * Contribution License Agreements. + * + * \copyright + * This Source Code Form is subject to the terms of the + * Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with + * this file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * + * \author Alexander Wenzel BMW 2011-2012 + * + * \file dlt_daemon_serial.h + * For further information see http://www.genivi.org/. + * @licence end@ + */ + + +/******************************************************************************* +** ** +** SRC-MODULE: dlt_daemon_serial.h ** +** ** +** TARGET : linux ** +** ** +** PROJECT : DLT ** +** ** +** AUTHOR : Alexander Wenzel Alexander.AW.Wenzel@bmw.de ** +** ** +** PURPOSE : ** +** ** +** REMARKS : ** +** ** +** PLATFORM DEPENDANT [yes/no]: yes ** +** ** +** TO BE CHANGED BY USER [yes/no]: no ** +** ** +*******************************************************************************/ + +/******************************************************************************* +** Author Identity ** +******************************************************************************** +** ** +** Initials Name Company ** +** -------- ------------------------- ---------------------------------- ** +** aw Alexander Wenzel BMW ** +*******************************************************************************/ + +#ifndef DLT_DAEMON_SERIAL_H +#define DLT_DAEMON_SERIAL_H + +#include +#include +#include "dlt_common.h" +#include "dlt_user.h" + +int dlt_daemon_serial_send(int sock,void* data1,int size1,void* data2,int size2,char serialheader); + +#endif /* DLT_DAEMON_SERIAL_H */ -- cgit v1.2.1