mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Document a DLF-event type more.
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@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
eda1234621
commit
aad1fbcf56
1 changed files with 4 additions and 0 deletions
|
@ -2625,6 +2625,10 @@ int parse_dlf_buffer(unsigned char *buffer, size_t size)
|
||||||
}
|
}
|
||||||
event_end();
|
event_end();
|
||||||
break;
|
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:
|
default:
|
||||||
/* Unknown... */
|
/* Unknown... */
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue