JSC-electronics / Adeon

C++ library for processing commands from Adeon android mobile app.
Apache License 2.0
0 stars 0 forks source link

Add a callback to be called after all parameters are set #15

Open vzahradnik opened 3 years ago

vzahradnik commented 3 years ago

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.