2023-10-06 01:38 AM
Hi.
What I want is call model function(C++ function) in C.
I dont use rtos.
I add simple Queue in model and in tick function, check queue, pop and to do something.
in queue just push one data (type int)
I want to push Queue in model in C, but I dont know how to get model instance.
How can I to do?
thank you
Solved! Go to Solution.
2023-10-23 05:06 PM
2023-10-23 05:06 PM
I sovled to using static function.
Thank you