From a955c3bf9ee78f9a839726edb030fecf74399d2d Mon Sep 17 00:00:00 2001
From: chenshijun <chenshijun@aiotlink.com>
Date: 星期四, 20 十二月 2018 19:31:25 +0800
Subject: [PATCH] Merge branch 'Develop'

---
 QiaoJiaSystem/StructureApp/AppPipeController.h |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/QiaoJiaSystem/StructureApp/AppPipeController.h b/QiaoJiaSystem/StructureApp/AppPipeController.h
index 648b766..58f3e55 100644
--- a/QiaoJiaSystem/StructureApp/AppPipeController.h
+++ b/QiaoJiaSystem/StructureApp/AppPipeController.h
@@ -93,24 +93,6 @@
 
     std::string getFullFileName();
 
-
-    void recordInit(int videoMin, int videoMax);
-    void setSdkTrigger();
-    void doRecord();
-    int fileMin;
-    int fileMax;
-    bool sdkTrigger;
-    int triggerDelay;
-
-#define RECORD_STOP (0)
-#define RECORD_DOING (1)
-#define RECORD_ENDING (2)
-
-    int recordStatus;
-    int videoLength;
-    int recordDelay;
-
-
 };
 
 #endif // APPPIPECONTROLLER_H

--
Gitblit v1.8.0