Skip to content

feat(sslotcaller): add wait option for synchronized slot calling

Luis MENDOZA requested to merge feat/sslotcaller-wait-option into dev

What does this MR do?

Please refer to https://git.ircad.fr/Sight/sight/merge_requests/10 for details on why was this MR created and specifically to this discussion.

Add a wait option to SSlotCaller that is used to call the slots synchronously. This allows for dependent slots to be called in the right order.

How to test it?

Add the option <sync>true</sync> to an existing SSlotCaller and verify that they are called synchronized.

Data

Depends on the data, please refer to the MR

Additional tests to run

(If you need some specific test e.g Windows compilation...)

  • Build on Windows
  • Build on Mac
  • Build on Linux
Edited by Flavien BRIDAULT

Merge request reports