Todd L. Montgomery
Todd L. Montgomery
This has been requested before. Probably a clean way to handle it.
For ease of use, it might be easiest to configure a String to be prepended to getters and setters. The fields that can be static const already have a String...
Sounds useful. And we would definitely look at a PR for it.
It is quite possible to make a plugin for Wireshark that used the OTF decoder when supplied with an SBE IR file.
Dissectors can be configured. So, it should be relatively straight forward to use that config to hold SBE IR file location or even a list of them. @dameiss might know...
Perhaps. Knowing which dissector to call in a chain can be a little tricky, though.
I've written a few as well. Same. Too much other stuff to do.
A suggestion that is part of this is also to generate sbe.h when generating the code to avoid having to include it specifically. Would that fall into this bucket?
More of a CMake question. Take a look at https://github.com/real-logic/simple-binary-encoding/blob/master/sbe-samples/src/main/cpp/CMakeLists.txt