Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ passiveModeFromSetting
Function
passiveModeFromSetting
src/core/SpotCommandPolicy.cpp:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
namespace AetherSDR::SpotCommandPolicy {
6
7
bool passiveModeFromSetting(const QVariant& value)
8
{
9
return value.toString() ==
"True"
;
10
}
11
12
bool passiveSpotsModeEnabled()
13
{
Callers
3
passiveSpotsModeEnabled
Function · 0.85
buildDisplayTab
Method · 0.85
testSettingParsing
Function · 0.85
Calls
1
toString
Method · 0.45
Tested by
1
testSettingParsing
Function · 0.68