Generic protocol: Difference between revisions

Jump to navigation Jump to search
m
→‎Binary protocol parameters: https://www.mail-archive.com/flightgear-devel%40lists.sourceforge.net/msg33549.html
m (→‎Binary protocol parameters: https://www.mail-archive.com/flightgear-devel%40lists.sourceforge.net/msg33545.html)
m (→‎Binary protocol parameters: https://www.mail-archive.com/flightgear-devel%40lists.sourceforge.net/msg33549.html)
Line 188: Line 188:
both your systems have the same endianness (and you only care about  
both your systems have the same endianness (and you only care about  
your use case) you don't have to worry about this.
your use case) you don't have to worry about this.
If you don't specify byte order, host order will be used. Anything x86 is
very likely to use LSB order (a PC certainly is).


== Variable Parameters - <chunk> spec ==
== Variable Parameters - <chunk> spec ==

Navigation menu