-
Notifications
You must be signed in to change notification settings - Fork 550
Cpp OTF User Guide
Todd L. Montgomery edited this page Jan 7, 2014
·
11 revisions
Some applications, such as network sniffers, need to process messages dynamically and thus have to use the Intermediate Representation to decode the messages on-the-fly (OTF). An example of using the OTF API can be found here.
The C++ OTF decoder follows the design principles of the generated codec stubs.
Note: Due to the dynamic nature of OTF decoding, the stubs generated by the SBE compiler will yield greater relative performance.