]> git.mxchange.org Git - flightgear.git/commit
Add 8.33 kHz support to the commradio
authorTorsten Dreyer <torsten@t3r.de>
Wed, 27 May 2015 11:23:45 +0000 (13:23 +0200)
committerTorsten Dreyer <torsten@t3r.de>
Thu, 28 May 2015 10:04:23 +0000 (12:04 +0200)
commit98c0a61db368cbceff182c1b8d54a108ec193580
tree35696d52cffe59a7943fd2ba419a7229460b3321
parent69b055db0a16807e6ab3b5d23d8acd104fa672dc
Add 8.33 kHz support to the commradio

Usage:
Add
  <comm-radio>
    <name>comm</name>
    <number>0</number>
    <eight-point-three type="bool">true</eight-point-three>
  </comm-radio>
to the instrumentation.xml

If eight-point-three is disabled nor not present, previous functionality is unchanged

If eight-point-three is enabled,
set
/instrumentation/comm[x]/frequencies/[selected|standby]-mhz
to the desired 8.33 channel (118.000..136.990) or
/instrumentation/comm[x]/frequencies/[selected|standby]-channel
to the desired channel-number (0..3039).

Valid channels are:
xxx.000
xxx.005
xxx.010
xxx.015
xxx.025
xxx.030
xxx.035
xxx.040
xxx.050
xxx.055
xxx.060
xxx.065
xxx.075
xxx.080
xxx.085
xxx.090
where 118.0 <= xxx <= 136.990
src/Instrumentation/commradio.cxx
src/Instrumentation/frequencyformatter.hxx