libdc/include/libdivecomputer
Linus Torvalds dc4b2e0592 Add string event sample type
A lot of dive computers have fairly arbitrary events that are not really
amenable to the simplistic static enumerated values that libdivecomputer
traditionally uses.

In fact, some dive computers (particularly the newer Suunto ones) very
explicitly report strings natively, with events literally being
described with a string like "Below Wet Activation Depth".

So instead of trying to turn these strings into one of the enumerated
values (and have the dive log software try to turn them back into some
random string when showing the user), just report the string itself.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-05-07 15:05:37 -07:00
..
2012-06-21 21:39:24 +02:00
2017-08-18 23:26:45 +02:00
2012-06-21 21:42:37 +02:00
2020-01-17 08:12:14 +01:00
2020-05-07 15:05:37 -07:00