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.

c6670的messageQ中如何定义一个自己的msg而不是用MessageQ_Msg定义



c6670的messageQ中如何定义一个自己的msg而不是用MessageQ_Msg定义?MessageQ_Msg在头文件中是通过typedef  MessageQ_MsgHeader *MessageQ_Msg; 来定义的,就是说MessageQ_Msg  定义的是一个指向MessageQ_MsgHeader 的指针?我们只能用MessageQ_MsgHeader 里的已经定下来的结构体元素?

我想定义一个自己的message该怎么办?

Description Resource Path Location Type
#169 argument of type "Mymessage *" is incompatible with parameter of type "MessageQ_Msg *" message_multicore.c /123 line 173 C/C++ Problem