看到dvr_rdk4.0版本的system_ipcMsgQSendMsg函数
if (waitAck != TRUE)
{
.......
}
UTILS_asset(TRUE==waitAck);
dvr_rdk4.0的ipc消息必须要等响应吗?如果改成不需要响应的模式也支持,怎么改?
dvr_rdk3.0版本的ipc消息是可以不需要响应的。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
看到dvr_rdk4.0版本的system_ipcMsgQSendMsg函数
if (waitAck != TRUE)
{
.......
}
UTILS_asset(TRUE==waitAck);
dvr_rdk4.0的ipc消息必须要等响应吗?如果改成不需要响应的模式也支持,怎么改?
dvr_rdk3.0版本的ipc消息是可以不需要响应的。