#include <select_service_dialog.h>
Signals | |
void | fetchingFailed (const QString error_msg) |
void | servicesFetched (ServiceStringVector services) |
Public Member Functions | |
void | run () |
ServiceUpdaterThread (ros::NodeHandle &nh, const std::string &allowed_datatype, QObject *parent) | |
Private Attributes | |
const std::string & | allowed_datatype_ |
ros::NodeHandle & | nh_ |
Enumerating services requires making a remote service call; doing this in the GUI thread could cause Mapviz to block and become unresponsive, so it is offloaded to another thread.
Definition at line 62 of file select_service_dialog.h.
|
inline |
Definition at line 66 of file select_service_dialog.h.
|
signal |
void mapviz::ServiceUpdaterThread::run | ( | ) |
Definition at line 48 of file select_service_dialog.cpp.
|
signal |
|
private |
Definition at line 80 of file select_service_dialog.h.
|
private |
Definition at line 79 of file select_service_dialog.h.