summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_common.h
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2014-01-10 07:06:19 +0100
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2014-01-10 07:16:16 +0100
commit912c8f6887b6007c474ca6c1c3134c25936ab982 (patch)
tree83473781e788311d0b7ac7b119f1f82b91c62135 /include/dlt/dlt_common.h
parent9b74a8457aaa9b282cf79427a713b907635d82a2 (diff)
downloadDLT-daemon-912c8f6887b6007c474ca6c1c3134c25936ab982.tar.gz
Defined return value for dlt_message_read().
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'include/dlt/dlt_common.h')
-rwxr-xr-xinclude/dlt/dlt_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h
index 22710c7..be04e68 100755
--- a/include/dlt/dlt_common.h
+++ b/include/dlt/dlt_common.h
@@ -614,6 +614,11 @@ typedef struct
int size;
} DltBufferBlockHead;
+#define DLT_MESSAGE_ERROR_OK 0
+#define DLT_MESSAGE_ERROR_UNKNOWN -1
+#define DLT_MESSAGE_ERROR_SIZE -2
+#define DLT_MESSAGE_ERROR_CONTENT -3
+
#ifdef __cplusplus
extern "C"
{