Howto talk:Work with the Property Tree API: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (moved [[Talk:Howto: Work with the Property Tree API]] to [[Talk:Howto:Work with the Property Tree API]]: Robot: Moved page)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
* using read_properties  
* using read_properties  
* SGPropertyNode usage
* SGPropertyNode usage
* SGChangeListener
* SGPropertyChangeListener [http://simgear.org/doxygen/props_8hxx-source.html#l00454]
* examples
* examples
= Requested API enhancements =
* see [http://www.mail-archive.com/flightgear-devel@flightgear.org/msg00881.html]: "It would be nice to have a set of static property node accessors set up that any code could use, rather than having each routine duplicate the static propertynode element it needs."

Latest revision as of 16:57, 6 May 2012

Todo

  • using read_properties
  • SGPropertyNode usage
  • SGPropertyChangeListener [1]
  • examples

Requested API enhancements

  • see [2]: "It would be nice to have a set of static property node accessors set up that any code could use, rather than having each routine duplicate the static propertynode element it needs."