派生自 development/c++

chenshijun
2019-04-15 db043cb402515837303880cb0948d060e9d76490
QiaoJiaSystem/VptServer/VptServerI.h
@@ -10,6 +10,9 @@
#define QIAOJIASYSTEM_VPTSERVERI_H
#include <pthread.h>
#include <thread>
class VptServerI : public VptDetect::VptDetectServer {
public:
    VptServerI();
@@ -34,7 +37,8 @@
    cv::Mat bufferToMat(const int w, const int h, const int channels, const void *buffer);
private:
    VptDetectWrapper m_vptDetectWrapper;
    std::map<std::thread::id, VptDetectWrapper *> m_map_vptDetectWrapper;
//    VptDetectWrapper m_vptDetectWrapper;
};