]> git.mxchange.org Git - flightgear.git/commit
Refactor marker-beacons to be distinct from FGNavRecord. This is a big space
authorjmt <jmt>
Sat, 3 Jan 2009 15:54:03 +0000 (15:54 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 7 Jan 2009 09:17:35 +0000 (10:17 +0100)
commitd756f913ec88a912e5bf34a06538952cf378fed7
treec9720408eed48a01e364e87057687eb99e4bd70f
parent89010e6b0ac344970dfe3e802e4e51703fedc8ff
Refactor marker-beacons to be distinct from FGNavRecord. This is a big space
saving for beacons, but since they're surprisingly few (in nav.dat), not a
an enormous saving in real terms. The major motivation is that marker beacons
don't behave like other NavRecords for radio interaction - they have no ident,
frequency or range (in the sense that NavRecord means them).
src/Navaids/Makefile.am
src/Navaids/markerbeacon.cxx [new file with mode: 0644]
src/Navaids/markerbeacon.hxx [new file with mode: 0644]
src/Navaids/navdb.cxx
src/Navaids/navdb.hxx
src/Navaids/navrecord.cxx
src/Navaids/navrecord.hxx