소스 검색

delete ytDeviceDataInfluxdbWriter model

James 2 년 전
부모
커밋
b2b1c21768
2개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 1
      ytDataCollector/ytDataCollector.pro
  2. 0 3
      ytDataCollector/ytDataCollectorDog/dogcore.cpp

+ 0 - 1
ytDataCollector/ytDataCollector.pro

@@ -3,5 +3,4 @@ TEMPLATE = subdirs
 SUBDIRS += \
     ytDataCollectorDog \
     ytDataCollectorCore \
-    ytDeviceDataInfluxdbWriter \
     ytDeviceTypeInfluxdbWriter

+ 0 - 3
ytDataCollector/ytDataCollectorDog/dogcore.cpp

@@ -23,9 +23,6 @@ void DogCore::time_out()
         }
     }
     if((chkTime - dataColShm->influtime)>30){
-        if((system("killall ytDeviceDataInfluxdbWriter")) != -1){
-            system("/root/bin/ytDeviceDataInfluxdbWriter &");
-        }
         if((system("killall ytDeviceTypeInfluxdbWriter")) != -1){
             system("/root/bin/ytDeviceTypeInfluxdbWriter &");
         }