]> git.mxchange.org Git - flightgear.git/commit
- make *all* class members start with underscore (not all but two)
authormfranz <mfranz>
Sun, 20 Aug 2006 15:27:26 +0000 (15:27 +0000)
committermfranz <mfranz>
Sun, 20 Aug 2006 15:27:26 +0000 (15:27 +0000)
commit32c39edf4416b303dce53e916c2c93782856fe2d
tree7240448e16809d23b47b25cf3947e4eba76774ed
parent5656526d8386135b5e8ed19c9bf7948fd59f5f98
- make *all* class members start with underscore (not all but two)
- NEVER EVER use leading underscores for auto variables
- don't store values in auto variables for the next function call (not
  even when they start with underscore :-)   This fixed the TACAN
  channel lookup, which was supposed to be done on channel changes only,
  but was always done)
- only do frequency search if frequency has changed (this was apparently
  planned, but not finished; leftover from adf.cxx?)
- don't use double as bool switch
- some minor cleanup
src/Instrumentation/tacan.cxx
src/Instrumentation/tacan.hxx