ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

What's the meaning of global in getGlobalCallbackQueue()?

asked 2011-11-16 05:00:25 -0500

sciarp gravatar image

updated 2014-01-28 17:10:48 -0500

ngrennan gravatar image

Hi there!

Does the getGlobalCallbackQueue function return a pointer to a queue shared by all the nodes? or does it return a pointer to a queue intended global within the node?

Thanks a lot.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2011-11-16 06:19:44 -0500

tfoote gravatar image

It's a pointer to the default callback queue for that node. All callbacks by default in that node use this callback queue, unless specified otherwise at construction.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-11-16 05:00:25 -0500

Seen: 922 times

Last updated: Nov 16 '11