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