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
In #9, someone asked how to specify arguments to the called function.
Another question: is there a way to overgive arguments to the called function?
Martin-Laclaustra commented on Dec 31, 2020
You could create member variables in your class that can be accessed from the called function.
Changing the called function signature would require changes to the library code.
Can you please give an example how to do that?
The text was updated successfully, but these errors were encountered:
I do not understand the question. If you create a class and pass the pointer of your class function to cronalarms, such function could access any member variable of your class.
In #9, someone asked how to specify arguments to the called function.
Can you please give an example how to do that?
The text was updated successfully, but these errors were encountered: