refs #321 Handle aircraft config client capability

This commit is contained in:
Roland Winklmeier
2015-02-08 12:25:53 +01:00
committed by Klaus Basan
parent b40180818c
commit afea320a2e
5 changed files with 11 additions and 7 deletions

View File

@@ -73,7 +73,8 @@ namespace BlackCore
{
AcceptsAtisResponses = 1 << 0,
SupportsInterimPosUpdates = 1 << 1,
SupportsModelDescriptions = 1 << 2
SupportsModelDescriptions = 1 << 2,
SupportsAircraftConfigs = 1 << 3
};
/*!