A copying macro that lets you create new vl-udp-head-p structures, based on existing structures.
Syntax:
(change-vl-udp-head x [:output <output>] [:inputs <inputs>] [:sequentialp <sequentialp>])
This is a sometimes useful alternative to make-vl-udp-head.
It constructs a new vl-udp-head-p structure that is a copy of
This is an ordinary
Macro:
(defmacro change-vl-udp-head (x &rest args) (std::change-aggregate 'vl-udp-head x args '((:output . vl-udp-head->output) (:inputs . vl-udp-head->inputs) (:sequentialp . vl-udp-head->sequentialp)) 'change-vl-udp-head 'remake-vl-udp-head))