[PATCH 1/6] Import NDL from Poseidon MKVI logs

2014-11-19 Thread Anton Lundin
This is based on the great work done by Søren Reinke's on his MKVI Logfile Analyzer. Signed-off-by: Anton Lundin gla...@acc.umu.se --- file.c | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/file.c b/file.c index 4fe4d35..a3903dc 100644 --- a/file.c +++

[PATCH 2/6] Add support for importing CEILING from MKVI logs

2014-11-19 Thread Anton Lundin
This is based on the great work done by Søren Reinke's on his MKVI Logfile Analyzer. Signed-off-by: Anton Lundin gla...@acc.umu.se --- file.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/file.c b/file.c index a3903dc..e793152 100644 --- a/file.c +++ b/file.c @@

[PATCH 5/6] Create more events from Poseidon MkVI logs

2014-11-19 Thread Anton Lundin
This is based on the great work done by Søren Reinke's on his MKVI Logfile Analyzer. Signed-off-by: Anton Lundin gla...@acc.umu.se --- file.c | 29 + 1 file changed, 29 insertions(+) diff --git a/file.c b/file.c index f9475b7..b706566 100644 --- a/file.c +++ b/file.c

[PATCH 4/6] Create gaschange events from Poseidon MkVI logs

2014-11-19 Thread Anton Lundin
This is based on the great work done by Søren Reinke's on his MKVI Logfile Analyzer. Signed-off-by: Anton Lundin gla...@acc.umu.se --- file.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/file.c b/file.c index 8541427..f9475b7 100644 --- a/file.c +++ b/file.c @@ -11,6

[PATCH v2] Change the OSTC3 macros to have a ; in the end

2014-11-19 Thread Anton Lundin
This changes the OSTC3 READ_SETTING/WRITE_SETTING macros into something that can have a ; in the end which makes some editors auto-indent it better. Signed-off-by: Anton Lundin gla...@acc.umu.se --- configuredivecomputerthreads.cpp | 121 --- 1 file changed,

Re: [PATCH 3/6] Create events from mouthpiece position

2014-11-19 Thread Dirk Hohndel
Oh the translators will LOVE this. What the HECK is NC and UN? /D On Wed, Nov 19, 2014 at 10:14:21PM +0100, Anton Lundin wrote: This is based on the great work done by Søren Reinke's on his MKVI Logfile Analyzer. Signed-off-by: Anton Lundin gla...@acc.umu.se --- file.c | 21

Re: [PATCH 3/6] Create events from mouthpiece position

2014-11-19 Thread Anton Lundin
On 19 November, 2014 - Dirk Hohndel wrote: Oh the translators will LOVE this. What the HECK is NC and UN? I guess Not Connected and UNdefined. I was thinking about keeping the state description out of the string, but I thought it would create a even bigger mess. //Anton On Wed, Nov 19,