]> git.mxchange.org Git - flightgear.git/commit
Allow ATIS format specifications to compare tokens against text values
authorRichard Senior <richard.j.senior@gmail.com>
Wed, 6 Apr 2016 23:58:34 +0000 (00:58 +0100)
committerRichard Senior <richard.j.senior@gmail.com>
Wed, 6 Apr 2016 23:58:34 +0000 (00:58 +0100)
commit78de2af130f45ada78ecf38eb7f97893f940bed7
tree9c2ef15ed0efd4fa0751b473915743fb85921e99
parentca6424f76a25b46e9dd3a6ff7f80a400374dddec
Allow ATIS format specifications to compare tokens against text values

Prior to this change, it was only possible to compare the values of tokens
to each other for use in conditionals, e.g. landing and departing runway.
This change allows comparison of a token to a text value, e.g. to compare
wind speed to zero.
src/ATC/ATISEncoder.cxx