Skip to content
Discussion options

You must be logged in to vote
Answered by pmai Oct 30, 2024

I a struggling with the .txth format. The documentation states:

*.txth
Human-readable plain-text trace file. Messages are separated by newlines.

I would understand this such that the new line character is only used to separate top-level messages.

If it would mean that it would state it as such, I would say.

The txth format was, as far as I can tell, quickly devised as a debugging aid - where one-way conversion from *.osi is sufficient, not necessarily as an easy to round-trip format. As such it is a bit lossy, and as you point out, not easy to parse back into the original data stream.

Would I have designed this format differently? Likely. Does this pose much of a problem currently: No…

Replies: 1 comment 1 reply

Comment options

pmai
Oct 30, 2024
Maintainer

You must be logged in to vote
1 reply
@TimmRuppert
Comment options

TimmRuppertOct 30, 2024
Collaborator Author

Answer selected byTimmRuppert
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@TimmRuppert@pmai