You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the IR OTF decoder to get a readable ascii representation of SBE messages (c++ version).
The IrDecoder.h currently does some output to std::cout, which makes it difficult to be used in a command line tool: our tool is meant to only output the ascii message representation and nothing else (to be usable in combination with classic text processing tools like sed, awk, grep, etc).
I would suggest to remove any output of IrDecoder or at least make it optional.
The text was updated successfully, but these errors were encountered:
I am using the IR OTF decoder to get a readable ascii representation of SBE messages (c++ version).
The IrDecoder.h currently does some output to std::cout, which makes it difficult to be used in a command line tool: our tool is meant to only output the ascii message representation and nothing else (to be usable in combination with classic text processing tools like sed, awk, grep, etc).
I would suggest to remove any output of IrDecoder or at least make it optional.
The text was updated successfully, but these errors were encountered: