R1tschY / mdf4j

ASAM MDF4 parser for Java
Apache License 2.0
9 stars 6 forks source link

Any channel group flags not implemented #10

Closed LDY1997 closed 6 days ago

LDY1997 commented 10 months ago

I used examples.java to parse my MF4 file, and the result showed "Any channel group flags not implemented". How can I solve this problem?

R1tschY commented 10 months ago

Currently one simple signal data can be read. When one of the channel group flags are set, special handling is required, which is not implemented yet. In 5bb45d34a7fcfe868daa6d078cb56fe100d88362 the error message is improved, so the flags are given in the message. The only way to get the files parsed is than to implement the missing features ;)

R1tschY commented 6 days ago

Close because of inactivity