Howto:Work with the Property Tree API

From FlightGear wiki
Revision as of 23:40, 16 May 2009 by MILSTD (talk | contribs) (New page: {{Stub}} {{WIP}} Most FlightGear systems communicate internally using the so called Property Tree (see Property Tree Intro for an introduction). This article is meant to introdu...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This article is a stub. You can help the wiki by expanding it.
WIP.png Work in progress
This article or section will be worked on in the upcoming hours or days.
See history for the latest developments.

Most FlightGear systems communicate internally using the so called Property Tree (see Property Tree Intro for an introduction).

This article is meant to introduce you to the C++ API that is used by FlightGear to work with the Property Tree.

Most of the high level API can be found in the $FG_SRC/Main folder, specifically the files fg_props.cxx and the corresponding fg_props.hxx header are relevant. The property tree implementation itself is to be found in the SimGear sources, specifically SGPropertyNode