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,
28 bool CSimulatorFsx::connectTo()
31 return CSimulatorFsxCommon::connectTo();
34 void CSimulatorFsxListener::startImpl()
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.
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.