From c8d990b893838b3263ac020b095f1a520908e815 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Thu, 11 Sep 2014 16:14:07 +0200 Subject: Added new API to send marker message from application. Signed-off-by: Alexander Wenzel --- src/daemon/dlt_daemon_client.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/daemon/dlt_daemon_client.h') diff --git a/src/daemon/dlt_daemon_client.h b/src/daemon/dlt_daemon_client.h index 34715c9..c9ceec4 100644 --- a/src/daemon/dlt_daemon_client.h +++ b/src/daemon/dlt_daemon_client.h @@ -154,14 +154,21 @@ int dlt_daemon_control_message_unregister_context(int sock, DltDaemon *daemon, D */ int dlt_daemon_control_message_connection_info(int sock, DltDaemon *daemon, DltDaemonLocal *daemon_local, uint8_t state, char* comid, int verbose); /** - * Send control message connection info (add on to AUTOSAR standard) + * Send control message timezone (add on to AUTOSAR standard) * @param sock connection handle used for sending response * @param daemon pointer to dlt daemon structure * @param daemon_local pointer to dlt daemon local structure - * @param timezone timezone on target * @param verbose if set to true verbose information is printed out. */ int dlt_daemon_control_message_timezone(int sock, DltDaemon *daemon, DltDaemonLocal *daemon_local, int verbose); +/** + * Send control message marker (add on to AUTOSAR standard) + * @param sock connection handle used for sending response + * @param daemon pointer to dlt daemon structure + * @param daemon_local pointer to dlt daemon local structure + * @param verbose if set to true verbose information is printed out. + */ +int dlt_daemon_control_message_marker(int sock, DltDaemon *daemon, DltDaemonLocal *daemon_local, int verbose); /** * Process received control message from dlt client * @param sock connection handle used for sending response -- cgit v1.2.1