Reset the timestamp so it is ready() on next call
| 844 | |
| 845 | /// Reset the timestamp so it is ready() on next call |
| 846 | void trigger() { mPrevTrigger = getTime() - mPeriod; }; |
| 847 | |
| 848 | /// @copydoc ready() |
| 849 | operator bool() { return ready(); } |
no outgoing calls
no test coverage detected