Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ArduRemoteID
/ get_uint8
Method
get_uint8
RemoteIDModule/parameters.cpp:202–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
uint8_t Parameters::Param::get_uint8() const
203
{
204
const auto *p = (const uint8_t *)ptr;
205
return *p;
206
}
207
208
int8_t Parameters::Param::get_int8() const
209
{
Callers
1
handle_param_getset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected