SatDump 2.0.0-alpha-520736c72
Loading...
Searching...
No Matches
satdump::handlers::TestHttpClientBackend Class Reference
Inheritance diagram for satdump::handlers::TestHttpClientBackend:
satdump::handlers::RemoteHandlerBackend

Public Member Functions

void rxThread ()
nlohmann::ordered_json _get_cfg_list ()
nlohmann::ordered_json _get_cfg (std::string key)
cfg_res_t _set_cfg (std::string key, nlohmann::ordered_json v)
Public Member Functions inherited from satdump::handlers::RemoteHandlerBackend
void set_stream_rx_handler (std::function< void(std::string, uint8_t *, size_t)> f)
nlohmann::ordered_json get_cfg_list ()
nlohmann::ordered_json get_cfg (std::string key)
cfg_res_t set_cfg (std::string key, nlohmann::ordered_json v)
nlohmann::ordered_json get_cfg ()
cfg_res_t set_cfg (nlohmann::ordered_json v)

Additional Inherited Members

Public Types inherited from satdump::handlers::RemoteHandlerBackend
enum  cfg_res_t { RES_OK = 0 , RES_LISTUPD = 1 , RES_ERR = 2 }
Protected Member Functions inherited from satdump::handlers::RemoteHandlerBackend
void push_stream_data (std::string id, uint8_t *data, size_t size)
Protected Attributes inherited from satdump::handlers::RemoteHandlerBackend
std::function< void(std::string, uint8_t *, size_t)> stream_rx
std::mutex stream_rx_mtx

Member Function Documentation

◆ _get_cfg()

nlohmann::ordered_json satdump::handlers::TestHttpClientBackend::_get_cfg ( std::string key)
inlinevirtual

◆ _get_cfg_list()

nlohmann::ordered_json satdump::handlers::TestHttpClientBackend::_get_cfg_list ( )
inlinevirtual

◆ _set_cfg()

cfg_res_t satdump::handlers::TestHttpClientBackend::_set_cfg ( std::string key,
nlohmann::ordered_json v )
inlinevirtual

The documentation for this class was generated from the following file: