Modifying constructor for vl-repeateventcontrol structures.
(change-vl-repeateventcontrol x [:expr <expr>] [:ctrl <ctrl>])
This is an often useful alternative to make-vl-repeateventcontrol.
We construct a new vl-repeateventcontrol structure that is a copy of
This is an ordinary
Macro:
(defmacro change-vl-repeateventcontrol (x &rest args) (std::change-aggregate 'vl-repeateventcontrol x args '((:expr . vl-repeateventcontrol->expr) (:ctrl . vl-repeateventcontrol->ctrl)) 'change-vl-repeateventcontrol 'remake-vl-repeateventcontrol))