|
@@ -49,14 +49,14 @@ void loc_point::debug_out(const char *str)const
|
|
|
{
|
|
|
char time_buff[128];
|
|
|
#if 1
|
|
|
- log_info("[%s]t=%s,sit=%d,card=%d,ct=%d,cred=%d,"
|
|
|
+ logn_info(3,"t=%s,sit=%d,card=%d,ct=%d,cred=%d,"
|
|
|
"tof1=%d,tof2=%d,pt=(%.2lf,"
|
|
|
"%.2lf),rsp=%d,acc=%.2f,dist=%.2lf,dist1=%.2lf,dist2=%.2lf,rav=%.2f,speed:%.2f\n",
|
|
|
- str,now(time_buff,m_time), m_sid,
|
|
|
+ now(time_buff,m_time), m_sid,
|
|
|
m_cid,
|
|
|
m_ct, m_cred_level,
|
|
|
m_tof[0], m_tof[1], x,
|
|
|
- y ,(int)(m_rsp[0]+m_rsp[1])/2,m_acc,
|
|
|
+ y ,(m_rsp[0]+m_rsp[1])>>1,m_acc,
|
|
|
m_dist1,m_dist,m_dist2, m_rav,m_speed
|
|
|
);
|
|
|
#else
|