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