45 #define DEBUG1 "disabled"
46 #define DEBUG2 "disabled"
47 #define DEBUGCOND(PEDID) (PEDID == DEBUG1 || PEDID == DEBUG2)
111 myLastEntryTime = currentTime;
134 return myCurrentDuration;
141 return myCurrentBeginPos + (myCurrentEndPos - myCurrentBeginPos) / myCurrentDuration * (now - myLastEntryTime);
149 return stage.
getLanePosition(lane, getEdgePos(stage, now), lateral_offset);