nasa / TrickHLA

TrickHLA: An IEEE 1516 High Level Architecture (HLA) Simulation Interoperability Standard Implementation for Trick Base Simulations
Other
38 stars 15 forks source link

HLA data encoded into an OpaqueBuffer needs to use ENCODING_NONE #148

Closed dandexter closed 2 months ago

dandexter commented 2 months ago

When using an OpaqueBuffer to as the location to encode the HLA data using the HLA encoder helpers, you must set the rti_encoding to ENCODING_NONE. Otherwise you will be layering yet another encoding on top of your encoded data.

dandexter commented 2 months ago

Pushed a fix.