Miscellany
public text v1 · immutablecomponent timedelta;
pin out s32 out;
function _ nofp;
variable __s64 last;
;;
__s64 now = rtapi_get_clocks();
out = now - last;
last = now;
component timedelta;
pin out s32 out;
function _ nofp;
variable __s64 last;
;;
__s64 now = rtapi_get_clocks();
out = now - last;
last = now;