#include <navlist.hxx>
|
static TypeFilter * | navFilter () |
| filter matching VOR & ILS/LOC transmitters
|
|
static TypeFilter * | locFilter () |
| filter matching ILS/LOC transmitter
|
|
static TypeFilter * | ndbFilter () |
|
static TypeFilter * | tacanFilter () |
| Filter returning TACANs and VORTACs.
|
|
static TypeFilter * | mobileTacanFilter () |
|
static FGNavRecordRef | findByFreq (double freq, const SGGeod &position, TypeFilter *filter=nullptr) |
| Query the database for the specified station.
|
|
static FGNavRecordRef | findByFreq (double freq, TypeFilter *filter=NULL) |
| Overloaded version above - no positioned supplied so can be used with mobile TACANs which have no valid position.
|
|
static nav_list_type | findAllByFreq (double freq, const SGGeod &position, TypeFilter *filter=NULL) |
|
static nav_list_type | findByIdentAndFreq (const std::string &ident, const double freq, TypeFilter *filter=NULL) |
|
static nav_list_type | findByIdentAndFreq (const SGGeod &position, const std::string &ident, const double freq=0.0, TypeFilter *filter=NULL) |
|
Definition at line 46 of file navlist.hxx.
◆ findAllByFreq()
◆ findByFreq() [1/2]
Query the database for the specified station.
It is assumed that there will be multiple stations with matching frequencies so a position must be specified.
Definition at line 187 of file navlist.cxx.
◆ findByFreq() [2/2]
Overloaded version above - no positioned supplied so can be used with mobile TACANs which have no valid position.
The first match is returned only.
Definition at line 225 of file navlist.cxx.
◆ findByIdentAndFreq() [1/2]
nav_list_type FGNavList::findByIdentAndFreq |
( |
const SGGeod & | position, |
|
|
const std::string & | ident, |
|
|
const double | freq = 0.0, |
|
|
TypeFilter * | filter = NULL ) |
|
static |
◆ findByIdentAndFreq() [2/2]
static nav_list_type FGNavList::findByIdentAndFreq |
( |
const std::string & | ident, |
|
|
const double | freq, |
|
|
TypeFilter * | filter = NULL ) |
|
static |
◆ locFilter()
filter matching ILS/LOC transmitter
Definition at line 157 of file navlist.cxx.
◆ mobileTacanFilter()
◆ navFilter()
filter matching VOR & ILS/LOC transmitters
Definition at line 169 of file navlist.cxx.
◆ ndbFilter()
◆ tacanFilter()
Filter returning TACANs and VORTACs.
Definition at line 175 of file navlist.cxx.
The documentation for this class was generated from the following files: