Property tree: Difference between revisions

Jump to navigation Jump to search
Switch to {{fg src file}} to fix the broken Gitorious link.
m (→‎The purpose of the property tree: http://forum.flightgear.org/viewtopic.php?f=30&t=28766&p=275994#p275994)
(Switch to {{fg src file}} to fix the broken Gitorious link.)
Line 47: Line 47:
* internal compiled code within FG - the c/c++ code
* internal compiled code within FG - the c/c++ code
* [[Nasal]] scripts - this is javascript-like scripting with read/write to the property tree. This is the way most aircraft are implemented.
* [[Nasal]] scripts - this is javascript-like scripting with read/write to the property tree. This is the way most aircraft are implemented.
* Using native protocols, implemented in C++ (see [https://gitorious.org/fg/flightgear/trees/next/src/Network $SG_SRC/Network]. [[Property Tree/Sockets]]
* Using native protocols, implemented in C++ (see {{fg src file|src/Network}}). [[Property Tree/Sockets]]
* Using the generic protocol, either in/out/bi - this allows send/receive to the FG sim via the [[Generic Protocol]]
* Using the generic protocol, either in/out/bi - this allows send/receive to the FG sim via the [[Generic Protocol]]
* telnet interface - query and fly the plane on the command line or using a scripted session (see [[Telnet usage]])
* telnet interface - query and fly the plane on the command line or using a scripted session (see [[Telnet usage]])

Navigation menu