]> git.mxchange.org Git - flightgear.git/commit
Commands to bind metar to the property tree.
authorJames Turner <zakalawe@mac.com>
Sun, 23 Sep 2012 15:55:29 +0000 (16:55 +0100)
committerJames Turner <zakalawe@mac.com>
Sun, 23 Sep 2012 15:55:29 +0000 (16:55 +0100)
commit01be5529baf80986d546ddc472bef8ff51f2d6f4
treedb0504341be3c5fe57aae43060025888fad35bd9
parentefe978e6795249126a351d9823a434b41eda5994
Commands to bind metar to the property tree.

New commands request-metar and clear-metar will bind metar reports to an arbitrary property tree path. E.g:

fgcommand("request-metar", var n = props.Node.new({ "path": "/foo/mymetar", "station":"LOWI"}));
src/Environment/environment_mgr.hxx
src/Environment/realwx_ctrl.cxx