User:Legoboyvdlp/genapts850 documentation: Difference between revisions

No edit summary
 
Line 53: Line 53:
Class Scheduler
Class Scheduler
=== Public Methods ===
=== Public Methods ===
; FindAirport : search an input file to attempt to find a specified icao code
; FindAirport : long; search an input file to attempt to find a specified icao code and return its position in the file
; AddAirport : iterate through an input file to attempt to find a specific airport and add it to the queue
; AddAirport : void; iterate through an input file to attempt to find a specific airport and add it to the queue
; AddAirports : iterate through an input file, with a possible starting offset and return all airports which are wholly within the bounding box and add them to the queue
; AddAirports : bool; iterate through an input file, with a possible starting offset and return all airports which are wholly within the bounding box and add them to the queue
; RetryAirport : current unused
; RetryAirport : void; current unused
; Schedule : create threaded instances of Parser class and work through the airports
; Schedule : create threaded instances of Parser class and work through the airports
; set_debug :
; set_debug :
=== Private Methods ===
=== Private Methods ===
; IsAirportDefinition : search a specific line for an ICAO code; if a match is found return true, else return false
; IsAirportDefinition : search a specific line for an ICAO code; if a match is found return true, else return false
842

edits