From 5e1270dec72c175ad3ad3a26d2c3d402d0e07ebe Mon Sep 17 00:00:00 2001 From: Manikandan C Date: Wed, 7 Oct 2015 11:58:50 +0530 Subject: 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 --- include/dlt/dlt_client.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'include') 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 @@ -153,6 +153,24 @@ DltReturnValue dlt_client_send_inject_msg(DltClient *client, char *apid, char *c * @return Value from DltReturnValue enum */ 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 -- cgit v1.2.1