Go to the documentation of this file.
52 qWarning(
"ROS thread is not closing in timely fashion. This can happen "
53 "when the network connection is lost or ROS master has shutdown. "
54 "We will attempt to forcibly terminate the thread.");
77 QObject::connect(
backend_, SIGNAL(indexReceived(swri_profiler_msgs::ProfileIndexArray)),
78 this, SLOT(
handleIndex(swri_profiler_msgs::ProfileIndexArray)));
79 QObject::connect(
backend_, SIGNAL(dataReceived(swri_profiler_msgs::ProfileDataArray)),
80 this, SLOT(
handleData(swri_profiler_msgs::ProfileDataArray)));
126 qWarning(
"Failed to create a new profile. Dropping data.");