summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_user_macros.h
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 /include/dlt/dlt_user_macros.h
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 'include/dlt/dlt_user_macros.h')
-rw-r--r--include/dlt/dlt_user_macros.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/dlt/dlt_user_macros.h b/include/dlt/dlt_user_macros.h
index 3b6bb06..37a8ccf 100644
--- a/include/dlt/dlt_user_macros.h
+++ b/include/dlt/dlt_user_macros.h
@@ -207,6 +207,13 @@ extern DltContext CONTEXT;
dlt_user_log_write_string(&log,TEXT)
/**
+ * Add constant string parameter to the log messsage.
+ * @param TEXT Constant ASCII string
+ */
+#define DLT_CSTRING(TEXT) \
+ dlt_user_log_write_constant_string(&log,TEXT)
+
+/**
* Add utf8-encoded string parameter to the log messsage.
* @param TEXT UTF8-encoded string
*/