]> git.mxchange.org Git - flightgear.git/commit
generic binary protocol: add 'word' datatype
authorTorsten Dreyer <Torsten@t3r.de>
Mon, 28 Oct 2013 21:57:22 +0000 (22:57 +0100)
committerTorsten Dreyer <Torsten@t3r.de>
Mon, 28 Oct 2013 21:57:22 +0000 (22:57 +0100)
commit35dad8c4c4a80761fe73603bd0ce3cf09b8baae0
treed10ccf42835d8b717d4317f44bc586386b21b888
parent1970a8e0a8c320de578b85e282be6d7e0816f755
generic binary protocol: add 'word' datatype

this patch adds support for binary datatype word (aka int16)
now we have int (32bit), word (16bit) and byte (8bit) integer types
src/Network/generic.cxx
src/Network/generic.hxx