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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Each mechanism that executes methods when changing states happens added the call to a function with the signature: void (function*) (void*). This simple addition opens the possibility to set a pointer to ANY type of argument, including other objects, to be a parameter of the execution of the function.
The addition is available for the change of the following states:
isOn
isOff
isPilotOn
isPilotOff
isWarningOn
isWarningOff
isOnScndry
isOffScndry
isOnVoided
isOfVoided
Reduce the use of the INT blocking portMUX_TYPE mux portMUX_INITIALIZER_UNLOCKED;