flightgear_python.fg_if

Main FlightGear interface module

Module Attributes

rx_callback_type

RX callback function type, signature should be:

Classes

CtrlsConnection([ctrls_version, rx_timeout_s])

FlightGear Controls Connection

FDMConnection([fdm_version, rx_timeout_s])

FlightGear Flight Dynamics Model Connection

GuiConnection([gui_version, rx_timeout_s])

FlightGear GUI Connection

HTTPConnection(host, tcp_port[, timeout_s])

FlightGear HTTP Interface Connection (also known as the property interface).

TelnetConnection(host, tcp_port[, rx_timeout_s])

FlightGear Telnet Interface Connection (also known as the property interface).