Initial Logbook read and write

This commit is contained in:
2022-09-09 02:05:57 +02:00
parent a5e23f4b43
commit b050c23577
19 changed files with 457 additions and 83 deletions
+18
View File
@@ -0,0 +1,18 @@
#ifndef GERMANAIRLINESVA_GACONNECTOR_CONSTANTS_H
#define GERMANAIRLINESVA_GACONNECTOR_CONSTANTS_H
#define XPLANE_CUSTOM_SCENERY "Custom Scenery/scenery_packs.ini"
#define XPLANE_PLUGIN_DIRECTORY "Resources/plugins/GAConnector/"
#define XPLANE11_BASE_SCENERY \
"Resources/default scenery/default apt dat/Earth nav data/apt.dat"
#define XPLANE12_BASE_SCENERY \
"Global Scenery/Global Airports/Earth nav data/apt.dat"
#define RECORDING_DIRECTORY "recordings/"
#define CONFIG "config.cfg"
#define SIMDATABASE "sim.bin"
#define LOGBOOK "logbook.bin"
#endif
+2
View File
@@ -38,6 +38,8 @@
#include <utility>
#include <vector>
namespace germanairlinesva_util
{
template <typename T>