23 #ifndef __TOOLS_BATTERY_MONITOR_BATTERY_MONITOR_H_ 24 #define __TOOLS_BATTERY_MONITOR_BATTERY_MONITOR_H_ 26 #include <netcomm/service_discovery/browse_handler.h> 47 Gtk::Window& get_window()
const;
52 void cache_exhausted();
53 void browse_failed(
const char* name,
56 void service_added(
const char* name,
59 const char* host_name,
60 const struct sockaddr* addr,
61 const socklen_t addr_size,
63 std::list<std::string>& txt,
65 void service_removed(
const char* name,
70 void on_btn_quit_clicked();
72 Gtk::Window* m_wnd_main;
74 Gtk::Button* m_btn_quit;
76 std::map< std::string, std::string > m_services;
A treeview that retrieves battery data from the robots over remote blackboard connections and display...
Fawkes library namespace.
Interface for class that process browse results.