From 9a91fe28c05c54f7428325b0290a29c28966ae56 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Mon, 19 May 2014 14:23:55 +0200 Subject: DLT_CSTRING implementation non verbose mode. Signed-off-by: Alexander Wenzel --- examples/README.txt | 3 ++- examples/example3/example3.c | 6 +++--- examples/example3/example3.xml | 21 +++------------------ 3 files changed, 8 insertions(+), 22 deletions(-) (limited to 'examples') diff --git a/examples/README.txt b/examples/README.txt index 728e5c2..fe42331 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -1,4 +1,5 @@ This folder contains several examples of applications using the DLT library. These examples will be extended in the future to show different Use Cases. Example1: Minimal DLT Example -Example2-3: Non Verbose Mode Examples with different AppIdds +Example2: Non Verbose Mode Examples with different AppIdds and normal Strings +Example3: Non Verbose Mode Examples with different AppIdds and constant strings diff --git a/examples/example3/example3.c b/examples/example3/example3.c index bd72671..737a2a1 100644 --- a/examples/example3/example3.c +++ b/examples/example3/example3.c @@ -61,9 +61,9 @@ int main() for(num=0;num<10;num++) { - DLT_LOG_ID(con_exa3,DLT_LOG_INFO,DLT_EXA3_CON_EXA3_ID1,DLT_INT32(12345678),DLT_STRING("Hello world 1!")); - DLT_LOG_ID(con_exa3,DLT_LOG_ERROR,DLT_EXA3_CON_EXA3_ID2,DLT_INT32(87654321),DLT_STRING("Hello world 2!")); - DLT_LOG_ID(con_exa3,DLT_LOG_WARN,DLT_EXA3_CON_EXA3_ID3,DLT_INT32(11223344),DLT_STRING("Hello world 3!")); + DLT_LOG_ID(con_exa3,DLT_LOG_INFO,DLT_EXA3_CON_EXA3_ID1,DLT_INT32(12345678),DLT_CSTRING("Hello world 1!")); + DLT_LOG_ID(con_exa3,DLT_LOG_ERROR,DLT_EXA3_CON_EXA3_ID2,DLT_INT32(87654321),DLT_CSTRING("Hello world 2!")); + DLT_LOG_ID(con_exa3,DLT_LOG_WARN,DLT_EXA3_CON_EXA3_ID3,DLT_INT32(11223344),DLT_CSTRING("Hello world 3!")); usleep(1000); } diff --git a/examples/example3/example3.xml b/examples/example3/example3.xml index 706c0b5..616cfcb 100644 --- a/examples/example3/example3.xml +++ b/examples/example3/example3.xml @@ -38,14 +38,9 @@ PDU_1000_1 + Hello world 1! 0 OTHER - - - 0 - - - PDU_1001_0 @@ -60,14 +55,9 @@ PDU_1001_1 + Hello world 2! 0 OTHER - - - 0 - - - PDU_1002_0 @@ -82,14 +72,9 @@ PDU_1002_1 + Hello world 3! 0 OTHER - - - 0 - - - -- cgit v1.2.1