c++ Programming Glossary: dequeueloop
cannot convert '*void(MyClass::*)(void*) to void*(*)(void*) in pthread_create function http://stackoverflow.com/questions/12006097/cannot-convert-voidmyclassvoid-to-voidvoid-in-pthread-create-fu function i defined in the cameramanager.h file public void dequeueLoop void ptr and in the cameramanager.cpp void CameraManager startDequeuing.. pthread_create dequeueThread NULL CameraManager dequeueLoop NULL void CameraManager dequeueLoop void ptr while dequeuing.. NULL CameraManager dequeueLoop NULL void CameraManager dequeueLoop void ptr while dequeuing highSpeedCamera dequeue highSpeedCamera..
|