Commit 40447526 authored by oscar's avatar oscar

提价声明方式

parent 0f5d07ae
......@@ -16,10 +16,11 @@ struct TimeQueueData
{
uint64_t timestamp = 0;//排序的时间
QueueDataEnum dataType = QueueDataEnum::QD_NONE;//数据类型
union {
union UserData{
jfx_common_msgs::det_tracking_array detArray;
jfx_common_msgs::InferReses infRes;
} data;
};
UserData data;
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment