Constructor macro for honsed vl-udp-head-p structures.
Syntax:
(make-honsed-vl-udp-head [:output <output>] [:inputs <inputs>] [:sequentialp <sequentialp>])
This is identical to make-vl-udp-head, except that we hons the structure we are creating.
This is an ordinary honsing
Macro:
(defmacro make-honsed-vl-udp-head (&rest args) (std::make-aggregate 'vl-udp-head args '((:output) (:inputs) (:sequentialp)) 'make-honsed-vl-udp-head t))