trick/trick_source
Alex Lin ad42376d5e
Variable Server byteswapping crashes the sim #1513 (#1514)
* 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.
2023-06-01 13:20:14 -05:00
..
codegen/Interface_Code_Gen Make ICG compatible with clang/llvm 15 #1449 (#1450) 2023-02-07 12:46:34 -06:00
data_products Fix Mac pipeline (#1454) 2023-02-07 15:35:22 -06:00
er7_utils Destructor restart fixes 2022-09-01 09:37:15 -05:00
java Update version numbers to prerelease 19.6.0-beta 2022-11-29 16:58:30 -06:00
sim_services Variable Server byteswapping crashes the sim #1513 (#1514) 2023-06-01 13:20:14 -05:00
trick_swig Update swig interface to work python 3.11 (#1486) 2023-04-11 13:14:30 -05:00
trick_utils Variable Server byteswapping crashes the sim #1513 (#1514) 2023-06-01 13:20:14 -05:00
web Revise Documentation, Correct a single constant (#1326) (#1489) 2023-04-21 17:32:31 -05:00
.gitignore Add a way to disable sim objects (#1364) 2022-11-15 09:16:08 -06:00