diff options
Diffstat (limited to 'include/dlt')
-rw-r--r-- | include/dlt/dlt_common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h index cab860d..a82d5fd 100644 --- a/include/dlt/dlt_common.h +++ b/include/dlt/dlt_common.h @@ -378,6 +378,14 @@ enum { # define DLT_LINE_LEN 1024 /** + * Macros for network trace + */ +#define DLT_TRACE_NW_TRUNCATED "NWTR" +#define DLT_TRACE_NW_START "NWST" +#define DLT_TRACE_NW_SEGMENT "NWCH" +#define DLT_TRACE_NW_END "NWEN" + +/** * Provision to test static function */ # ifndef DLT_UNIT_TESTS |