mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
refs #320 port Network to new vatlib
* CNetworkVatlib * Contexts * Samples
This commit is contained in:
@@ -36,7 +36,8 @@ namespace BlackMisc
|
||||
{
|
||||
VFR = 0, //!< Visual flight rules
|
||||
IFR, //!< Instrument flight rules
|
||||
SVFR //!< Special VFR (reserved for ATC use)
|
||||
SVFR, //!< Special VFR (reserved for ATC use),
|
||||
DVFR //!< Defense VFR
|
||||
};
|
||||
|
||||
static const int MaxRemarksLength = 150; //!< Max remarks length
|
||||
|
||||
Reference in New Issue
Block a user