forked from pierr3/ModeS
-
Notifications
You must be signed in to change notification settings - Fork 2
/
version.h
27 lines (25 loc) · 1.16 KB
/
version.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#pragma once
#include <vector>
#include <string>
//struct PluginData
//{
//// const char * PLUGIN_NAME { "CCAMS" };
//// const char * PLUGIN_VERSION { "1.7.8" };
//// const char * PLUGIN_AUTHOR { "Pierre Ferran, Oliver Grützmann, Jonas Kuster" };
//// const char * PLUGIN_LICENSE { "GPL v3" };
// const char * UPDATE_URL { "https://raw.githubusercontent.com/kusterjs/CCAMS/master/CCAMS/ver.txt" };
// const int VERSION_CODE { 977 };
//};
//
//struct DefaultCodes
//{
// const std::vector<std::string> EQUIPMENT_CODES { "H", "L", "E", "G", "W", "Q", "S" };
// const std::vector<std::string> EQUIPMENT_CODES_ICAO { "E", "H", "I", "L", "S" };
// const std::vector<std::string> EQUIPMENT_CODES_EHS { "E", "H", "L", "S" };
// const std::vector<std::string> ICAO_MODES { "EB", "EL", "ET", "ED", "LF", "LH", "LR", "LZ", "EH", "LK", "LO", "LIM", "LIR", "EP", "LD", "LSZR", "LSZB", "LSZG", "LSGC", "LSZH", "LSGG" };
//};
//
//static const char* mode_s_code { "1000" };
//static std::vector<const char*> noCorrelationSquawks{ "0000", "1200", "2000", "2200" };
//#define MY_EQUIPEMENT_CODES = const std::vector<std::string> { "H", "L", "E", "G", "W", "Q", "S" };
//#define MODE_S_CODE = "1000";