Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ set_bool
Method
set_bool
libraries/AP_JSON/AP_JSON.cpp:640–644 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
638
return true;
639
}
640
bool set_bool(bool b)
641
{
642
*out_ = value(b);
643
return true;
644
}
645
bool set_number(double f)
646
{
647
*out_ = value(f);
Callers
1
_parse
Function · 0.80
Calls
1
value
Class · 0.85
Tested by
no test coverage detected