From 45b73acb872809d3baf1fedc081beeaf690f55ae Mon Sep 17 00:00:00 2001 From: Gerard Wagener Date: Mon, 26 Nov 2018 16:55:16 +0100 Subject: [PATCH] added version field to handle multiple headers --- format/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/format/README.md b/format/README.md index 34d57d1..cce1e6e 100644 --- a/format/README.md +++ b/format/README.md @@ -4,6 +4,7 @@ | Name | bit size | Description | |---------------|-----------|:----------------------------------------------------------------------:| +| version | uint 8 | Version of the header | | type | uint 8 | Data encapsulated type | | uuid | uint 128 | Sensor uuid | | timestamp | uint 64 | Encapsulation time |