Skip to content

suppress output of otf IrDecoder (c++) #559

Closed
@hbcoba

Description

@hbcoba

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions