派生自 development/c++

pansen
2019-01-10 0436e5443295395025f89f0d091aab1e9551d1a4
QiaoJiaSystem/VideoAnalysFromHC/RtspAnalysElement.h
@@ -21,7 +21,7 @@
    virtual ~RtspAnalysElement();
    int addCamera(const std::string &, const std::string &);
    int addCamera(const std::string &, const std::map<int, SdkRule>& sdkRuleMap);
    int removeCamera(const std::string &);
@@ -40,7 +40,7 @@
    static std::vector<int> chnString2Vec(std::string str_list);
    void setDataByType(int type,Json::Value& json,int camId);
    void setDataByType(Json::Value& json,const SdkRule& rule);
private:
    LDBTool *m_lDBTool;
@@ -50,6 +50,7 @@
    int maxCount;
    FastFdsWithLock fdfsClient;
    std::map<int, SdkRule> sdkRuleMap;
};