MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / has_system_id

Method has_system_id

OpenHD/ohd_telemetry/src/mavsdk_temporary/connection.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73bool Connection::has_system_id(uint8_t system_id) {
74 return _system_ids.find(system_id) != _system_ids.end();
75}
76
77} // namespace mavsdk

Callers

nothing calls this directly

Calls 1

endMethod · 0.80

Tested by

no test coverage detected