Skip to content

AT5-787 Add InitCommand for CBF Controller

amandapunch requested to merge at5-787-add-init-command into master

This is for AT5-787

  • init_device is replaced by InitCommand
  • On/Off are replaced by OnCommand and OffCommand

Note: The allowed transition logic in the OnCommand is changed so that the state goes from INIT->OFF->ON instead of INIT->STANDBY->ON. This reflects the allowed transition logic of the base classes 10.

Note: Merge after MR SKB-65 Add OffCommand to CbfSubarray class due to version numbers

Edited by amandapunch

Merge request reports