#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.
mapviz::ServiceUpdaterThread::ServiceUpdaterThread | ( | ros::NodeHandle & | nh, |
const std::string & | allowed_datatype, | ||
QObject * | parent | ||
) | [inline] |
Definition at line 66 of file select_service_dialog.h.
void mapviz::ServiceUpdaterThread::fetchingFailed | ( | const QString | error_msg | ) | [signal] |
void mapviz::ServiceUpdaterThread::run | ( | ) |
Definition at line 49 of file select_service_dialog.cpp.
void mapviz::ServiceUpdaterThread::servicesFetched | ( | ServiceStringVector | services | ) | [signal] |
const std::string& mapviz::ServiceUpdaterThread::allowed_datatype_ [private] |
Definition at line 80 of file select_service_dialog.h.
ros::NodeHandle& mapviz::ServiceUpdaterThread::nh_ [private] |
Definition at line 79 of file select_service_dialog.h.