X-Plane Remote Access Plugin and Client Library
|
#include <Task.h>
Public Member Functions | |
virtual | ~Task () |
virtual void | perform ()=0 |
A task is like a request, but it cannot be executed directly by the flight loop callback. Instead, it defines some simple task, of which potentially many can be added to a single request.
|
pure virtual |
Perform the task
Implemented in xplra::DataRefTask.