summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManikandan C <Manikandan.Chockalingam@in.bosch.com>2015-10-07 11:58:50 +0530
committerLutz Helwing <lutz_helwing@mentor.com>2015-11-18 16:14:00 +0100
commit5e1270dec72c175ad3ad3a26d2c3d402d0e07ebe (patch)
tree6651d8ff9bd15772bb0ed5af258bd099edd0c0a1 /include
parent768f440060d5d43bd75c0d7d9a70fa861820894f (diff)
downloadDLT-daemon-5e1270dec72c175ad3ad3a26d2c3d402d0e07ebe.tar.gz
GetLogInfo: supported get log info in dlt-control
added option to get log info in dlt-control app. The response parameter is parsed and the details are printed back to the console Signed-off-by: Manikandan C <Manikandan.Chockalingam@in.bosch.com>
Diffstat (limited to 'include')
-rw-r--r--include/dlt/dlt_client.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/dlt/dlt_client.h b/include/dlt/dlt_client.h
index a7ff7d4..f1d1f4c 100644
--- a/include/dlt/dlt_client.h
+++ b/include/dlt/dlt_client.h
@@ -154,6 +154,24 @@ DltReturnValue dlt_client_send_inject_msg(DltClient *client, char *apid, char *c
*/
DltReturnValue dlt_client_send_log_level(DltClient *client, char *apid, char *ctid, uint8_t logLevel);
/**
+ * Send an request to get log info message to the dlt daemon
+ * @param client pointer to dlt client structure
+ * @return negative value if there was an error
+ */
+int dlt_client_get_log_info(DltClient *client);
+/**
+ * Initialise get log info structure
+ * @param void
+ * @return void
+ */
+void dlt_getloginfo_init( void );
+/**
+ * To free the memory allocated for app description in get log info
+ * @param void
+ * @return void
+ */
+void dlt_getloginfo_free( void );
+/**
* Send a set trace status message to the dlt daemon
* @param client pointer to dlt client structure
* @param apid application id