Hello all,
I think the fifth illustration in Implementing Module DLLs is incorrect.
According to this figure, beginOffset() is supposed to override to always return 0.0, but when I set it as shown, MyTaskExecuter does not work at all.
I am guessing that
return beginOffsetDefault(endspeed, item);
would be correct. Am I right in my assumption?
Thank you in advance.