lib/src/main/cpp/driver_test.h
@@ -168,6 +168,7 @@ int targetRoad; int stopFlag; string tts; bool arrivedTail; Polygon area; // 整个道路区域 std::vector<edge_t> leftEdge; std::vector<edge_t> rightEdge; @@ -186,6 +187,8 @@ int id; int road; int active; int time; // 项目最大完成时间 int distance; // 项目最大完成距离 string tts; Line line; } trigger_line_t;