I have a Simulink model from which I generate C++ to Visual Studio.
The Simulink model has a scope block at the end of the calculations, which gets two signals whose values interest me in C++
Now I have searched the C++ Code for these two signals, but only find signals from intermediate calculations, not the signals for the scope.
How can I find them?