+ 2
What is a callback function and when do I need it in c++
callback functions are commonly used when coding in ROS. how does this type of functions work and when do I need it usually in c++.
1 Antwort
+ 4
Kindly take a look at
https://stackoverflow.com/questions/2298242/callback-functions-in-c
It has answers of your questions