6 #include "../fsxcommon/simconnectsymbols.h"
9 using namespace swift::misc::aviation;
10 using namespace swift::misc::physical_quantities;
11 using namespace swift::misc::geo;
12 using namespace swift::misc::network;
13 using namespace swift::misc::simulation;
14 using namespace swift::misc::simulation::fscommon;
17 namespace swift::simplugin::fsx
22 : CSimulatorFsxCommon(info, ownAircraftProvider, remoteAircraftProvider, clientProvider, parent)
24 this->setDefaultModel({
"Boeing 737-800 Paint1", CAircraftModel::TypeModelMatchingDefaultModel,
31 return CSimulatorFsxCommon::connectTo();
37 return CSimulatorFsxCommonListener::startImpl();
Value object for ICAO classification.
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.
virtual bool connectTo()
ISimulator implementations.
virtual void startImpl()
Plugin specific implementation to start listener.
Backend services of the swift project, like dealing with the network or the simulators.
Free functions in swift::misc.
FSXCOMMON_EXPORT bool loadAndResolveFsxSimConnect(bool manifestProbing)
Load and resolve FSX SimConnect.