Replies: 1 comment
-
What do you mean by "without any header information involved"? This sort of thing is definitely possible, see for example the dynamic protobuf reader here: https://mcap.dev/guides/cpp/protobuf#dynamically-read-fields |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since MCAP files contain message definitions, you should be able to dynamically create structures to read the C++ messages without any header information involved using nested maps or something similar.
Is there a reason that currently this isn't done?
Beta Was this translation helpful? Give feedback.
All reactions