#ifndef GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H #define GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H #include "config.hpp" #include "makeRwysXP.h" #include "recordingPath.hpp" #include "simulatorDatabase.hpp" #include "websocket.h" #include "XPLM/XPLMDataAccess.h" #include "XPLM/XPLMGraphics.h" #include "XPLM/XPLMPlanes.h" #include "XPLM/XPLMPlugin.h" #include "XPLM/XPLMProcessing.h" #include "XPLM/XPLMUtilities.h" #include #include #include #include #include #include #include float flightLoop(float elapsedMe, float elapsedSim, int counter, void *refcon); void serverWorker(); void recordingWorker(); void toLog(const std::string &message); #endif