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

Method get_all_settings

OpenHD/ohd_interface/src/microhard_link.cpp:497–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497std::vector<openhd::Setting> MicrohardLink::get_all_settings() {
498 using namespace openhd;
499 std::vector<Setting> settings;
500 auto change_dummy =
501 IntSetting{0, [this](std::string, int value) { return true; }};
502 settings.push_back(Setting{"MICROHARD_DUMMY0", change_dummy});
503
504 return settings;
505}

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected