From 1775419d681eaca29c86fbfe265f7a8d2e710ed3 Mon Sep 17 00:00:00 2001 From: pansen <pansen626@sina.com> Date: 星期五, 15 二月 2019 15:57:49 +0800 Subject: [PATCH] 变更更新人员图片路径 --- QiaoJiaSystem/StructureApp/AppPipeController.h | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/QiaoJiaSystem/StructureApp/AppPipeController.h b/QiaoJiaSystem/StructureApp/AppPipeController.h index 9e031af..9dda290 100644 --- a/QiaoJiaSystem/StructureApp/AppPipeController.h +++ b/QiaoJiaSystem/StructureApp/AppPipeController.h @@ -19,7 +19,7 @@ #include "PerStaticElement.h" #include <jsoncpp/json/json.h> #include "DBStruct.h" - +#include <RtspAnalysServer.h> class AppPipeController : public PipeController { public: /*** @@ -60,7 +60,7 @@ //TriggerElement crowdTriggerElement; void initCrowd(); - + void RecordVideo(); private://KeepRight JudgmentRetrogradeTool leftJudgment; JudgmentRetrogradeTool rightJudgment; @@ -110,6 +110,9 @@ std::string m_localIp; std::string getFullFileName(); std::mutex mutex; + bool m_bSetWH; + HiredisTool m_hiredisTool; + IceRpcClient<RtspAnalys::RtspAnalysServerPrx> rpcClient; }; #endif // APPPIPECONTROLLER_H -- Gitblit v1.8.0