Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2021-02-05 11:24:18 +0000
committerJuergen Haug2021-02-05 11:33:46 +0000
commitb506736579371666a2f58654c0d3277992fc09f7 (patch)
tree84ff016d4d9573a625b47b39c8a2f1a753c52e78 /runtime/org.eclipse.etrice.runtime.c/src/config
parent1d766a942f5b3ef78967e0f834e50c996199fca0 (diff)
downloadorg.eclipse.etrice-b506736579371666a2f58654c0d3277992fc09f7.tar.gz
org.eclipse.etrice-b506736579371666a2f58654c0d3277992fc09f7.tar.xz
org.eclipse.etrice-b506736579371666a2f58654c0d3277992fc09f7.zip
[gen.c] added @Tracing annotation, generation and c interface
Bug 570958 * added annotation * added tracing information to genmodel * generate code with tracing calls (etMSCTracer.h) The tracining implementation is not part of eTrice Change-Id: Iff3c6c5e33b7c0d59b32fee8dfa4ec4ecbf97981
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.c/src/config')
-rw-r--r--runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h b/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h
index 1709b5f0a..933f7f951 100644
--- a/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h
+++ b/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h
@@ -42,6 +42,9 @@
/** switches the logging of synchronous messages on, needs \ref ET_MSC_LOGGER_ACTIVATE */
#define ET_ASYNC_MSC_LOGGER_ACTIVATE
+/** switches the binary tracing of asynchronous messages */
+#undef ET_MSC_TRACER_ACTIVATE
+
/* data logger */
/** switches the data logger on */

Back to the top