*.修改帧处理方式

*.删除同一流中多ID遍历模式
*.添加函数指针数组管理不同帧回调
*.添加流处理打印
This commit is contained in:
fengweihao
2019-03-29 15:37:18 +08:00
committed by zhengchao
parent fcde7bfbf3
commit ad004b29a6
8 changed files with 1655 additions and 1236 deletions

View File

@@ -21,7 +21,7 @@ RTLogInit2Data logging_sc_lid = {
.run_log_level = 1,
};
RTLogInit2Data *rt_log_data()
RTLogInit2Data *logger()
{
return &logging_sc_lid;
};