Fixed an issue with incorrect output format for extended timestamps (unit: 0.1 milliseconds) && Added DLT message sorting.Output message rows are now arranged in ascending order by timestamp.

This commit is contained in:
2026-01-26 20:32:36 +08:00
parent 7666ec39fe
commit cfb1be0efd
3 changed files with 101 additions and 6 deletions
+7
View File
@@ -145,6 +145,13 @@ public:
*/
size_t get_msg_list(DLT_Type::DLT_Msg_Node *(&p_msg_list));
/**
* @brief 将消息列表按时间戳排序
* @param null
* @return DLT_Type::DLT_Err 错误类型枚举
*/
DLT_Type::DLT_Err sort_msg_list(void);
/**
* @brief 导出为CSV
* @param file_name_str 目标文件名