summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFelix Herrmann <fherrmann@de.adit-jv.com>2020-06-05 15:01:18 +0200
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2020-07-06 10:04:07 +0900
commitde0c990bbfebf0458db5ece18d0d7722cb65ca1d (patch)
tree6501e988291198f13d81d319bff24e817667e3d0 /doc
parentff7e65ac36fad5e39efba6fc26cb083a27d400a5 (diff)
downloadDLT-daemon-de0c990bbfebf0458db5ece18d0d7722cb65ca1d.tar.gz
set DLT_NETWORK_TRACE_ENABLE by cmakedefine
Signed-off-by: Felix Herrmann <fherrmann@de.adit-jv.com> Signed-off-by: KHANH LUONG HONG DUY <khanh.luonghongduy@vn.bosch.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/dlt_for_developers.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/dlt_for_developers.md b/doc/dlt_for_developers.md
index ec0c874..e0123f8 100644
--- a/doc/dlt_for_developers.md
+++ b/doc/dlt_for_developers.md
@@ -674,6 +674,9 @@ be set to 0, and the corresponding pointer must be set to NULL.
DLT_TRACE_NETWORK(mycontext, DLT_NW_TRACE_CAN, headerlen, header, payloadlen, payload);
```
+Note that when DLT_NETWORK_TRACE_ENABLE is disabled, the mqueue.h will not be
+included.
+
### DLT C++ Extension
The DLT C++ extension was added to DLT in version 2.13. This approach solves