Skip to content

feat(IReader/IWriter): add a configure then update slot

Luis MENDOZA requested to merge feat/iwriter-ireader-update-config into dev

What does this MR do?

Add a write/readWithIHM to IReader and IWriter which just calls already existing configureWithIHM followed by the update slot, while keeping the service save or read location untouched so that I can be called normally afterwards.

How to test it?

Replace an existing update slot with the new writeWithIHM slot and test it several times.

Note that: even if you call this method an already configured services should still have the same save/read location.

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