[PATCH 3/4] Document a DLF-event type more.

Anton Lundin glance at acc.umu.se
Mon Dec 29 14:43:32 PST 2014


This event type is found in the DLF file Robert got sent. The wetnotes
application can't display files containing this event type.

Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 parse-xml.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/parse-xml.c b/parse-xml.c
index 65dc809..d2a88cf 100644
--- a/parse-xml.c
+++ b/parse-xml.c
@@ -2625,6 +2625,10 @@ int parse_dlf_buffer(unsigned char *buffer, size_t size)
 			}
 			event_end();
 			break;
+		case 7:
+			/* Po2 sample? Solenoid inject? */
+			//fprintf(stderr, "%02X %02X%02X %02X%02X\n", ptr[5], ptr[6], ptr[7], ptr[8], ptr[9]);
+			break;
 		default:
 			/* Unknown... */
 			break;
-- 
2.1.0



More information about the subsurface mailing list