Callback implementation
I would like to know a low-level implementation on how callback is implemented in ROS. Does it use function pointers
, function objects
or commands and Hollywood
or any others. Could somebody point me to any of its implementations.
Thanks in advance.