cancel
Showing results for 
Search instead for 
Did you mean: 

how to get model instance?

hben
Associate

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

 

1 ACCEPTED SOLUTION

Accepted Solutions
hben
Associate

I sovled to using static function.

Thank you

View solution in original post

1 REPLY 1
hben
Associate

I sovled to using static function.

Thank you