]> git.mxchange.org Git - simgear.git/commit
Added support for byte swapping based on endianess. Note the assumption is
authorcurt <curt>
Thu, 5 Apr 2001 21:51:32 +0000 (21:51 +0000)
committercurt <curt>
Thu, 5 Apr 2001 21:51:32 +0000 (21:51 +0000)
commitc6ad744ce22fd94cdf83ff876ed31e83af94cc41
treedddf91cde947429b297abf85ab67bf82187418f3
parentb430b3c8df8306618a3c7e686f54af77ad4b6bd6
Added support for byte swapping based on endianess.  Note the assumption is
that files are stored in little endian order so if reads or writes are done
from a big endian machine, the contents must be byte swapped.
simgear/io/lowlevel.cxx
simgear/io/lowlevel.hxx
simgear/io/socktest.cxx