]> git.mxchange.org Git - flightgear.git/commit
Working on the start of a 'standard' <grin> remote FDM interface. This
authorcurt <curt>
Wed, 13 Mar 2002 06:07:07 +0000 (06:07 +0000)
committercurt <curt>
Wed, 13 Mar 2002 06:07:07 +0000 (06:07 +0000)
commit06bf5db80a7d3fd318cca7600080938b5411234b
treecc7382ba361dac09457975169aaaa1b49209d4d9
parent0a01e563f43278b3cd4f5449269e06c95781ecb5
Working on the start of a 'standard' <grin> remote FDM interface.  This
is a work in progress and needs severe enhancement before it will be
useful.  It provides a UDP data channel that goes both ways between
flightgear and the fdm.  It also provides a TCP 'command' channel so
flightgear can 'reliably' send commands to the remote fdm (such as set
starting position, reset on ground, etc.)
src/FDM/ExternalNet.cxx
src/FDM/ExternalNet.hxx
src/Main/fg_init.cxx