| 59 | */ |
| 60 | explicit OHDInterface(OHDProfile profile); |
| 61 | OHDInterface(const OHDInterface&) = delete; |
| 62 | OHDInterface(const OHDInterface&&) = delete; |
| 63 | ~OHDInterface(); |
| 64 | // Get all (mavlink) settings ohd_interface exposes on the air or ground unit, |
nothing calls this directly
no outgoing calls
no test coverage detected