summaryrefslogtreecommitdiff
path: root/include/shared/CAmDltWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/shared/CAmDltWrapper.h')
-rw-r--r--include/shared/CAmDltWrapper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/shared/CAmDltWrapper.h b/include/shared/CAmDltWrapper.h
index a29bf2e..9eae51e 100644
--- a/include/shared/CAmDltWrapper.h
+++ b/include/shared/CAmDltWrapper.h
@@ -95,6 +95,7 @@ public:
void unregisterContext(DltContext& handle);
void init(DltLogLevelType loglevel, DltContext* context = NULL);
+ void deinit();
void send();
void append(const int8_t value);
void append(const uint8_t value);
@@ -148,7 +149,7 @@ template<typename T> void logInfo(T value)
/**
* logs a given value with infolevel with the default context
* @param value
- * @param value1
+ * @param value1mDltContext
*/
template<typename T, typename T1> void logInfo(T value, T1 value1)
{