From de0c990bbfebf0458db5ece18d0d7722cb65ca1d Mon Sep 17 00:00:00 2001 From: Felix Herrmann Date: Fri, 5 Jun 2020 15:01:18 +0200 Subject: set DLT_NETWORK_TRACE_ENABLE by cmakedefine Signed-off-by: Felix Herrmann Signed-off-by: KHANH LUONG HONG DUY --- doc/dlt_for_developers.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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 -- cgit v1.2.1