16 class TestRemoteHandlerBackend :
public RemoteHandlerBackend
22 TestRemoteHandlerBackend() {}
23 ~TestRemoteHandlerBackend() {}
25 nlohmann::ordered_json _get_cfg_list()
27 nlohmann::ordered_json p;
28 p[
"val"][
"type"] =
"float";
32 nlohmann::ordered_json _get_cfg(std::string key)
37 throw satdump_exception(
"Oops");
40 cfg_res_t _set_cfg(std::string key, nlohmann::ordered_json v)
50 throw satdump_exception(
"Oops");