PPL
PPL copied to clipboard
Implement FlightLoop<T> with XPLMCreateFlightLoop.
Requires C++20. Handler kept as a member of the flight loop to ensure memory safety. Using templates with concepts rather than casting to abstract class, so that sizes are absolute. Marked abstract class Processor deprecated.