danielhrisca / asammdf

Fast Python reader and editor for ASAM MDF / MF4 (Measurement Data Format) files
GNU Lesser General Public License v3.0
633 stars 224 forks source link

Parsing of nested CA structures #978

Closed VorobiovM closed 6 months ago

VorobiovM commented 8 months ago

Extend def _read_channels to read nested CN blocks from within CA composition.

danielhrisca commented 7 months ago

This is a step forward compared to the current code. Do you think you can get to have actual field values for the referenced structs? right now the code just returns the bytes

VorobiovM commented 7 months ago

Sorry for not communicating quicker, I've found a bug with sources and a bug with entries for nested channels. Still I am not sure about what you mean, when selecting signals I have correct data type returning

mesa-git commented 6 months ago

Hey guys,

any chance we can speed up this PR a bit? :) the changes are really important.

danielhrisca commented 6 months ago

thank you!