10 using namespace swift::misc::simulation;
11 using namespace swift::misc::network;
13 namespace swift::simplugin::p3d
20 Q_ASSERT(ownAircraftProvider);
21 return new CSimulatorP3D(info, ownAircraftProvider, remoteAircraftProvider, clientProvider,
this);
Interface to a simulator.
Interface to a simulator listener.
Direct in memory access to client (network client) data.
Describing a simulator plugin.
Direct threadsafe in memory access to own aircraft.
Direct thread safe in memory access to remote aircraft.
P3D Simulator Implementation.