Commit 904509d3 authored by haoshuang's avatar haoshuang

加入打印信息

parent 6c02f209
......@@ -249,7 +249,8 @@ int JfxEvents::CalculateMap(ObjInfoAll& objAll, TrkObj& sendObj)
result = m_OfflineMap.GetMapData(ptInLoc, dCarAngle, lOutRaodId, vctlOutPreRoadId, vctlOutNxtRoadId,
nLaneCnt, nOutLaneNum, nOutLaneType,
nOutLeftEdgeCrossType, nOutRightEdgeCrossType,
nOutSpeedLimit, dOutLaneAngle, ptOutFoot,roadInfo,lCrossId);
nOutSpeedLimit, dOutLaneAngle, ptOutFoot,roadInfo,lCrossId);
printf("after GetMapData result = %d, ptInLoc = [%.8f,%.8f], nodeIdId = %d\n",result,ptInLoc.dLon,ptInLoc.dLat,roadInfo.lNodeIdId);
#endif
}
ObjInfoAll& obj = objAll;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment