mirror of
https://github.com/nasa/trick.git
synced 2025-01-21 20:08:08 +00:00
ad42376d5e
* Variable Server byteswapping crashes the sim #1513 The code to byteswap a variable server buffer has a comment saying there is a bug. The comment is correct. The original code would swap the parameter and anything else that followed that parameter in the structure. Crashes everywhere. Created a new routine that byteswaps a single parameter. Strangely we didn't have such a routine until now. Did some testing of doubles, floats, ints, shorts, and chars and all were swapped correctly. * Variable Server byteswapping crashes the sim #1513 enabling binary byteswap test. |
||
---|---|---|
.. | ||
comm | ||
compareFloatingPoint | ||
interpolator | ||
math | ||
reqs | ||
SAIntegrator | ||
shm | ||
trick_adt | ||
unicode | ||
units | ||
var_binary_parser | ||
CMakeLists.txt |