Issue #113 Add SIMDATA packet logic in CFSDClient

This commit is contained in:
Mat Sutcliffe
2021-07-14 19:21:10 +01:00
parent 96f38c472d
commit cfb51f3a3f
4 changed files with 47 additions and 4 deletions

View File

@@ -86,7 +86,8 @@ namespace BlackCore
PublicIP, /*!< What is my public IP address? */
INF, /*!< Supervisor Privileged Information Request. */
FP, /*!< Send Cached Flight Plan. Response by SERVER. */
AircraftConfig /*!< Aircraft Configuration */
AircraftConfig, /*!< Aircraft Configuration */
EuroscopeSimData/*!< Broadcast to announce we request SIMDATA packets. */
// There are many more which are only relevant to ATC clients.
};