It'd be nice to get rid of read_wpts_for_highway_system, without the loss of efficiency I experienced before.
Rather than moving into HighwaySystem, just get rid of it.
• The for loop contents can be moved into Route::read_wpt.
• The main body of the function can be moved into the calling functions, main and ReadWptThread
• Maybe even a slight speed increase?
It'd be nice to get rid of
read_wpts_for_highway_system, without the loss of efficiency I experienced before.Rather than moving into
HighwaySystem, just get rid of it.• The for loop contents can be moved into
Route::read_wpt.• The main body of the function can be moved into the calling functions,
mainandReadWptThread• Maybe even a slight speed increase?