格式整理

This commit is contained in:
hehaoyang 2023-10-20 23:48:21 +08:00
parent 150b54e268
commit e52b388f6b
5 changed files with 51 additions and 55 deletions

View File

@ -251,7 +251,6 @@ void TaskDispatch::parsing_vehiclue_status(void)
else
status = 1;
/* 车辆状态发生改变 */
if (status != 0 && vehicle_status != status)
{
@ -464,7 +463,6 @@ void TaskDispatch::data_receive_event(QByteArray data)
debug_tool_response_event(type, {{"status", DataBase::save_setting()}});
break;
case 0xFFFF:
adas_video_device.test();
break;

View File

@ -15,7 +15,6 @@ using namespace cv;
using namespace std;
#if ALGORITHM_ENABLE
#include "rkrga/rga.h"
#include "rkrga/im2d.hpp"
#endif

View File

@ -16,7 +16,6 @@ int main(int argc, char *argv[])
TaskDispatch::listern(9031);
TaskDispatch::connect_to_host("192.168.10.10", 9031);
// TaskDispatch::connect_to_host("10.211.55.2", 9031);
return a.exec();
}