summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2014-05-19 14:23:55 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2014-05-19 14:30:03 +0200
commit9a91fe28c05c54f7428325b0290a29c28966ae56 (patch)
tree697558db9fa0f7ccfa027314d2c4540b082b0001 /examples
parent7feddfe828414c876af27ba7e425ff4da989f4e2 (diff)
downloadDLT-daemon-9a91fe28c05c54f7428325b0290a29c28966ae56.tar.gz
DLT_CSTRING implementation non verbose mode.
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'examples')
-rw-r--r--examples/README.txt3
-rw-r--r--examples/example3/example3.c6
-rw-r--r--examples/example3/example3.xml21
3 files changed, 8 insertions, 22 deletions
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 @@
</fx:PDU>
<fx:PDU ID="PDU_1000_1">
<ho:SHORT-NAME>PDU_1000_1</ho:SHORT-NAME>
+ <ho:DESC>Hello world 1!</ho:DESC>
<fx:BYTE-LENGTH>0</fx:BYTE-LENGTH>
<fx:PDU-TYPE>OTHER</fx:PDU-TYPE>
- <fx:SIGNAL-INSTANCES>
- <fx:SIGNAL-INSTANCE ID="S_1000_0">
- <fx:SEQUENCE-NUMBER>0</fx:SEQUENCE-NUMBER>
- <fx:SIGNAL-REF ID-REF="S_STRG_ASCII"/>
- </fx:SIGNAL-INSTANCE>
- </fx:SIGNAL-INSTANCES>
</fx:PDU>
<fx:PDU ID="PDU_1001_0">
<ho:SHORT-NAME>PDU_1001_0</ho:SHORT-NAME>
@@ -60,14 +55,9 @@
</fx:PDU>
<fx:PDU ID="PDU_1001_1">
<ho:SHORT-NAME>PDU_1001_1</ho:SHORT-NAME>
+ <ho:DESC>Hello world 2!</ho:DESC>
<fx:BYTE-LENGTH>0</fx:BYTE-LENGTH>
<fx:PDU-TYPE>OTHER</fx:PDU-TYPE>
- <fx:SIGNAL-INSTANCES>
- <fx:SIGNAL-INSTANCE ID="S_1001_0">
- <fx:SEQUENCE-NUMBER>0</fx:SEQUENCE-NUMBER>
- <fx:SIGNAL-REF ID-REF="S_STRG_ASCII"/>
- </fx:SIGNAL-INSTANCE>
- </fx:SIGNAL-INSTANCES>
</fx:PDU>
<fx:PDU ID="PDU_1002_0">
<ho:SHORT-NAME>PDU_1002_0</ho:SHORT-NAME>
@@ -82,14 +72,9 @@
</fx:PDU>
<fx:PDU ID="PDU_1002_1">
<ho:SHORT-NAME>PDU_1002_1</ho:SHORT-NAME>
+ <ho:DESC>Hello world 3!</ho:DESC>
<fx:BYTE-LENGTH>0</fx:BYTE-LENGTH>
<fx:PDU-TYPE>OTHER</fx:PDU-TYPE>
- <fx:SIGNAL-INSTANCES>
- <fx:SIGNAL-INSTANCE ID="S_1002_0">
- <fx:SEQUENCE-NUMBER>0</fx:SEQUENCE-NUMBER>
- <fx:SIGNAL-REF ID-REF="S_STRG_ASCII"/>
- </fx:SIGNAL-INSTANCE>
- </fx:SIGNAL-INSTANCES>
</fx:PDU>
</fx:PDUS>
<fx:FRAMES>