yy1717
2020-05-15 76859aa4b23ea8ebd90bd7553fd70e144bdc96ba
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;