Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ set_number
Method
set_number
libraries/AP_JSON/AP_JSON.cpp:645–649 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
643
return true;
644
}
645
bool set_number(double f)
646
{
647
*out_ = value(f);
648
return true;
649
}
650
template <typename Iter> bool parse_string(input<Iter> &in)
651
{
652
*out_ = value(string_type, false);
Callers
1
_parse
Function · 0.80
Calls
1
value
Class · 0.85
Tested by
no test coverage detected