rtl433
UNKNOWN
RTL-433 utility
|
#include <mongoose.h>
Data Fields | |
struct mg_connection * | active_connections |
const char * | hexdump_file |
sock_t | ctl [2] |
void * | user_data |
int | num_ifaces |
int | num_calls |
struct mg_iface ** | ifaces |
const char * | nameserver |
struct mg_connection* mg_mgr::active_connections |
Referenced by mg_add_conn(), mg_http_handler2(), mg_mgr_free(), mg_mgr_min_timer(), mg_next(), mg_null_if_poll(), mg_remove_conn(), and mg_socket_if_poll().
sock_t mg_mgr::ctl[2] |
Referenced by mg_broadcast(), mg_mgr_free(), mg_mgr_handle_ctl_sock(), mg_mgr_init_opt(), mg_socket_if_init(), and mg_socket_if_poll().
const char* mg_mgr::hexdump_file |
Referenced by mg_call(), mg_if_can_send_cb(), mg_recv_tcp(), and mg_recv_udp().
struct mg_iface** mg_mgr::ifaces |
Referenced by mg_create_connection_base(), mg_find_iface(), mg_http_handler2(), mg_mgr_free(), mg_mgr_init_opt(), and mg_mgr_poll().
const char* mg_mgr::nameserver |
Referenced by mg_http_handler2(), mg_mgr_free(), and mg_mgr_init_opt().
int mg_mgr::num_calls |
Referenced by mg_call(), and mg_mgr_poll().
int mg_mgr::num_ifaces |
Referenced by mg_find_iface(), mg_mgr_free(), mg_mgr_init_opt(), and mg_mgr_poll().
void* mg_mgr::user_data |
Referenced by mg_mgr_init_opt(), mqtt_client_event(), mqtt_client_free(), and mqtt_client_publish().