simple-binary-encoding icon indicating copy to clipboard operation
simple-binary-encoding copied to clipboard

[C++] IrDecoder should expose the schema id and schema version

Open aschw opened this issue 9 months ago • 0 comments

https://github.com/aeron-io/simple-binary-encoding/blob/048e3876befa8eb834f59eb1d18e615f29ebfda4/sbe-tool/src/main/cpp/otf/IrDecoder.h#L219

m_id currently has no users. It should be exposed with a public getter. frame.schemaVersion() should also be extracted in decodeIr() and made visible with a public method.

aschw avatar Mar 19 '25 22:03 aschw