FlightGear next
|
Filter returning Tacan stations. More...
Inherits FGNavList::TypeFilter.
Public Member Functions | |
TacanFilter () | |
virtual bool | pass (FGPositioned *pos) const |
Over-rideable filter method. | |
![]() | |
TypeFilter (const FGPositioned::Type type=FGPositioned::INVALID) | |
TypeFilter (const FGPositioned::Type minType, const FGPositioned::Type maxType) | |
bool | fromTypeString (const std::string &type) |
Construct from string containing type. | |
virtual FGPositioned::Type | minType () const |
virtual FGPositioned::Type | maxType () const |
![]() | |
virtual | ~Filter () |
bool | operator() (FGPositioned *aPos) const |
Additional Inherited Members | |
![]() | |
FGPositioned::Type | _mintype |
FGPositioned::Type | _maxtype |
Filter returning Tacan stations.
Checks for both pure TACAN stations but also co-located VORTACs. This is done by searching for DMEs whose name indicates they are a TACAN or VORTAC; not a great solution.
Definition at line 136 of file navlist.cxx.
|
inline |
Definition at line 139 of file navlist.cxx.
|
inlinevirtual |
Over-rideable filter method.
Default implementation returns true.
Reimplemented from FGPositioned::Filter.
Definition at line 144 of file navlist.cxx.