FlightGear next
flightgear::APTLoader Class Reference

#include <apt_loader.hxx>

Public Member Functions

 APTLoader ()
 
virtual ~APTLoader ()
 
void readAptDatFile (const NavDataCache::SceneryLocation &sceneryLocation, std::size_t bytesReadSoFar, std::size_t totalSizeOfAllAptDatFiles)
 
void loadAirports ()
 
const FGAirportloadAirportFromFile (const std::string &id, const NavDataCache::SceneryLocation &sceneryLocation)
 

Detailed Description

Definition at line 31 of file apt_loader.hxx.

Constructor & Destructor Documentation

◆ APTLoader()

flightgear::APTLoader::APTLoader ( )

Definition at line 61 of file apt_loader.cxx.

◆ ~APTLoader()

flightgear::APTLoader::~APTLoader ( )
virtual

Definition at line 69 of file apt_loader.cxx.

Member Function Documentation

◆ loadAirportFromFile()

const FGAirport * flightgear::APTLoader::loadAirportFromFile ( const std::string & id,
const NavDataCache::SceneryLocation & sceneryLocation )

Definition at line 230 of file apt_loader.cxx.

◆ loadAirports()

void flightgear::APTLoader::loadAirports ( )

Definition at line 199 of file apt_loader.cxx.

◆ readAptDatFile()

void flightgear::APTLoader::readAptDatFile ( const NavDataCache::SceneryLocation & sceneryLocation,
std::size_t bytesReadSoFar,
std::size_t totalSizeOfAllAptDatFiles )

Definition at line 71 of file apt_loader.cxx.


The documentation for this class was generated from the following files: