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
{{ message }}
This repository was archived by the owner on May 7, 2024. It is now read-only.
At this moment, we can register a callback for each parameter. After it is set, we can do some action. However, in many cases we send a group of parameters, and it makes sense to do some stuff only once, e.g., notify an user that his commands were received.
We should introduce a new callback for this purpose.
At this moment, we can register a callback for each parameter. After it is set, we can do some action. However, in many cases we send a group of parameters, and it makes sense to do some stuff only once, e.g., notify an user that his commands were received.
We should introduce a new callback for this purpose.