Skip to content

TrigSteering: Add const alternative for ILvl1ResultAccessTool::updateItemsConfigOnly().

ILvl1ResultAccessTool::updateItemsConfigOnly() is used from the const method TrigDecisionMakerMT::execute(), so we need to have a const way of doing this as well.

Add makeLvl1ItemConfig() which returns the item config list directly, rather than saving it to a member, and allow passing that to getLvl1Result().

Merge request reports