|
@@ -88,7 +88,7 @@ struct one_ct_message_handle
|
|
//这里构造loc_message 保存数据
|
|
//这里构造loc_message 保存数据
|
|
m_msg_list.push_back(loc_message(s,loc.m_tof,loc.m_time_stamp,loc.m_card_id,
|
|
m_msg_list.push_back(loc_message(s,loc.m_tof,loc.m_time_stamp,loc.m_card_id,
|
|
loc.m_card_ct,loc.m_card_type,loc.m_ant_id,loc.m_rav,loc.m_acc,
|
|
loc.m_card_ct,loc.m_card_type,loc.m_ant_id,loc.m_rav,loc.m_acc,
|
|
- loc.m_sync_ct,loc.m_rssi));
|
|
|
|
|
|
+ loc.m_sync_ct,loc.m_rssi,loc.m_batty_status));
|
|
|
|
|
|
//启动本CT的最小、最大两个定时器
|
|
//启动本CT的最小、最大两个定时器
|
|
m_min_timer.start(m_ac->min_wait_time);
|
|
m_min_timer.start(m_ac->min_wait_time);
|
|
@@ -98,7 +98,7 @@ struct one_ct_message_handle
|
|
|
|
|
|
m_msg_list.push_back(loc_message(s,loc.m_tof,loc.m_time_stamp,loc.m_card_id,
|
|
m_msg_list.push_back(loc_message(s,loc.m_tof,loc.m_time_stamp,loc.m_card_id,
|
|
loc.m_card_ct,loc.m_card_type,loc.m_ant_id,loc.m_rav,loc.m_acc,
|
|
loc.m_card_ct,loc.m_card_type,loc.m_ant_id,loc.m_rav,loc.m_acc,
|
|
- loc.m_sync_ct,loc.m_rssi));
|
|
|
|
|
|
+ loc.m_sync_ct,loc.m_rssi,loc.m_batty_status));
|
|
|
|
|
|
if(m_min_timeout && (int)m_msg_list.size()>=m_ac->best_msg_cnt)
|
|
if(m_min_timeout && (int)m_msg_list.size()>=m_ac->best_msg_cnt)
|
|
{
|
|
{
|