| 419 | } |
| 420 | |
| 421 | bool DeterministicTimer::isInsideFrameBoundary() |
| 422 | { |
| 423 | return insideFrameBoundary; |
| 424 | } |
| 425 | |
| 426 | void DeterministicTimer::setRealTime(uint32_t new_realtime_sec, uint32_t new_realtime_nsec) |
| 427 | { |
no outgoing calls
no test coverage detected