常规更新
This commit is contained in:
@@ -102,9 +102,7 @@ Global::Global() {
|
||||
SSR::P_S msg) {
|
||||
auto src = std::dynamic_pointer_cast<Data_Source>(msg->source);
|
||||
Mode_S_Statistic_Data* ss = &src->mode_s_statistic;
|
||||
if (t != SSR::CPR_Error_Type::Normal) {
|
||||
ss->add_cpr_error(t);
|
||||
}
|
||||
ss->add_cpr_error(t);
|
||||
SSR::mode_s_logger->debug("CPR/" + to_string(t), {}, log);
|
||||
};
|
||||
// 处理错误
|
||||
|
||||
Reference in New Issue
Block a user