Commit 904509d3 authored by haoshuang's avatar haoshuang

加入打印信息

parent 6c02f209
......@@ -250,6 +250,7 @@ int JfxEvents::CalculateMap(ObjInfoAll& objAll, TrkObj& sendObj)
nLaneCnt, nOutLaneNum, nOutLaneType,
nOutLeftEdgeCrossType, nOutRightEdgeCrossType,
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