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