You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BeamAdapterActionController] Update Actions reading/writting and IRCtrl control (#111)
* Change BeamAdapterActions
(cherry picked from commit ed6c66761b7e838ae0cb62d9e5a53854ee3d9b30)
* Fix reload of BeamActions
* Add BeamActions warning at init
* [IRCtrl] Unactive InterventionalRadiologyController events if a BeamAdapterActionController is already linked to it. For backward compatinility
* Fix applyInterventionalRadioCtrl need to be called after action are called, move the call directly in the beamAction ctrl to avoid problem of component order in scene...
: d_writeMode(initData(&d_writeMode, false, "writeMode", "If true, will accumulate actions from keyboard and dump the actions and times when key 'E' is pressed."))
34
+
: d_writeMode(initData(&d_writeMode, true, "writeMode", "If true, will accumulate actions from keyboard and dump the actions and times when key 'E' is pressed."))
35
35
, d_actions(initData(&d_actions, "actions", "List of actions to script the BeamAdapter"))
36
36
, d_actionString(initData(&d_actionString, "actionString", "List of actions as string to script the BeamAdapter"))
37
37
, d_timeSteps(initData(&d_timeSteps, "timeSteps", "List of key times corresponding to the actions"))
0 commit comments