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