#include <AirportLoader.h>
Inheritance diagram for Eaagles::Dafif::AirportLoader::RunwayKey:


Public Member Functions | |
| RunwayKey (const long idx, const Runway &runway) | |
| RunwayKey (const char *key) | |
| ~RunwayKey () | |
| void | serialize (std::ostream &sout) const |
Public Attributes | |
| AirportKey * | parent |
| char | key [RW_KEY_LEN+1] |
| RunwayKey * | next |
| IlsKey * | ils |
| int | rwlen |
| int | idx |
| int | size |
| double | lat |
| double | lon |
| double | rng2 |
| char | icao [ICAO_CODE_LEN+1] |
| Eaagles::Dafif::AirportLoader::RunwayKey::RunwayKey | ( | const long | idx, | |
| const Runway & | runway | |||
| ) |
| Eaagles::Dafif::AirportLoader::RunwayKey::RunwayKey | ( | const char * | key | ) |
| Eaagles::Dafif::AirportLoader::RunwayKey::~RunwayKey | ( | ) |
| void Eaagles::Dafif::AirportLoader::RunwayKey::serialize | ( | std::ostream & | sout | ) | const |
Reimplemented from Eaagles::Dafif::Database::Key.
char Eaagles::Dafif::Database::Key::icao[ICAO_CODE_LEN+1] [inherited] |
int Eaagles::Dafif::Database::Key::idx [inherited] |
double Eaagles::Dafif::Database::Key::lat [inherited] |
double Eaagles::Dafif::Database::Key::lon [inherited] |
double Eaagles::Dafif::Database::Key::rng2 [inherited] |
int Eaagles::Dafif::Database::Key::size [inherited] |
1.4.7