Initial start on Recorder

This commit is contained in:
2022-10-04 01:24:15 +02:00
parent eafe0b18f6
commit 396aa8d807
7 changed files with 250 additions and 184 deletions
+2 -13
View File
@@ -1,24 +1,13 @@
#ifndef GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H
#define GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H
#include <atomic>
#include <chrono>
#include <cstdint>
#include <ctime>
#include <iomanip>
#include <mutex>
#include <queue>
#include <sstream>
#include <string>
#include <thread>
#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 "recorder.h"
#include "XPLM/XPLMDataAccess.h"
#include "XPLM/XPLMGraphics.h"