Skip to content

Add soft reset (broadcast) called after initial config to synchronize all front-ends

Timon Heim requested to merge itkpix-new-reset into rc_v1.4.6
  • Rename function resetAll() to resetAllHard() which is called prior to configuration and can issue global config altering reset
  • Add new function resetAllSoft() which is called post configuration and is supposed to just reset the data path and sync front-ends (not reset the configuration)

Merge request reports