Skip to main content
Associate
October 6, 2023
Solved

how to get model instance?

  • October 6, 2023
  • 1 reply
  • 892 views

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

 

This topic has been closed for replies.
Best answer by hben

I sovled to using static function.

Thank you

1 reply

hbenAuthorBest answer
Associate
October 24, 2023

I sovled to using static function.

Thank you