mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 06:25:33 +08:00
[FSD] Style and comments
This commit is contained in:
committed by
Mat Sutcliffe
parent
22c0f57667
commit
991ba5ede8
@@ -285,6 +285,7 @@ namespace BlackCore
|
||||
if (str.isEmpty()) return ClientQueryType::Unknown;
|
||||
|
||||
// valid queries
|
||||
// second part of a $CQ:, e.g. $CQ:DI, $CQ:ATC
|
||||
if (str == "ATC") return ClientQueryType::IsValidATC;
|
||||
if (str == "CAPS") return ClientQueryType::Capabilities;
|
||||
if (str == "C?") return ClientQueryType::Com1Freq;
|
||||
|
||||
Reference in New Issue
Block a user