5 years, 7 months ago.

Running member method in thread

Hi, I have an object which is supposed to control and handle a few sensors. It has a member method which I want to run in a thread, but I get a No matching function for call to 'callback' error. I have attached the most relevant code. /media/uploads/danstutman/main.cpp /media/uploads/danstutman/sensormanager.h /media/uploads/danstutman/sensormanager.cpp

Share the small code snippet to reproduce the problem (the line tha tcausing the problem).

posted by Martin Kojtal 24 Sep 2018

1 Answer

4 years, 5 months ago.

Hello friend, did you solve the problem? I currently have this same problem and am not finding a solution