You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under the path unitTests/overloads, I see that the pause function is overloaded. The default pause function blocks the program, but the overloaded function does not. The pause function is used in the apps/analyzers/srsParseLogs.m program, where it is apparently desired to pause the program, but since the function is overloaded, the pause function does not work.
I don't know why the pause function is overloaded, since the srsParseLogs function only works if the pause function is not overloaded.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi community,
I have a doubt about function overloading.
Under the path unitTests/overloads, I see that the pause function is overloaded. The default pause function blocks the program, but the overloaded function does not. The pause function is used in the apps/analyzers/srsParseLogs.m program, where it is apparently desired to pause the program, but since the function is overloaded, the pause function does not work.
I don't know why the pause function is overloaded, since the srsParseLogs function only works if the pause function is not overloaded.
Beta Was this translation helpful? Give feedback.
All reactions