| | |
| | | |
| | | // // filter process |
| | | |
| | | LOG_INFO(TRACE_MODULE_APP, "PDoA 0x%04x Azimuth %d Elevation %d FoM %u\r\n",tag_id_recv, mk_q7_to_s16(azimuth), |
| | | mk_q7_to_s16(elevation), fom); |
| | | LOG_INFO(TRACE_MODULE_APP, "PDoA 0x%04x Azimuth %d Elevation %d FoM %u area%#x\r\n",tag_id_recv, mk_q7_to_s16(azimuth), |
| | | mk_q7_to_s16(elevation), fom,show_location[taglist_pos]); |
| | | allow_flag=0; |
| | | } |
| | | } |
| | |
| | | } |
| | | taglist_num=j; |
| | | sort_tag_lists();//增加距离小的排到前面逻辑 |
| | | buffer_message_send();//发送测距报文信息 |
| | | // buffer_message_send();//发送测距报文信息 |
| | | update_show_buffer();//根据角度和距离判断区域位置 |
| | | //delay_ms(10); |
| | | buffer_485_send(show_location);//发送显示信息 |
| | | // //delay_ms(10); |
| | | // buffer_485_send(show_location);//发送显示信息 |
| | | } |
| | | |
| | | uint8_t position; |