Searched refs:updateTimeBase (Results 1 – 3 of 3) sorted by relevance
160 registered or by the `updateTimeBase` command. Take the following set of example commands:173 send `updateTimeBase` afterwards to prevent following events being scheduled in the past — see that192 #### `updateTimeBase`205 7. `updateTimeBase` (say this occurs at time _Y_)209 Without the `updateTimeBase` command, the final injection would be scheduled for _X_+520ms, which220 Without `updateTimeBase`, the `inject` commands of step 4 will be scheduled to start immediately223 Sending `updateTimeBase` before the `inject` commands in step 4 will schedule them relative to the229 | `command` | string | Must be set to "updateTimeBase" |
105 updateTimeBase(); in Device()140 public void updateTimeBase() { in updateTimeBase() method in Device
140 case UPDATE_TIME_BASE -> d.updateTimeBase(); in process()