UptimeClock class final
Control-interface clock adapter based on platform uptime.
Control request/response envelopes need a monotonic time source. The runtime intentionally maps this to uptime seconds instead of wall-clock time because the firmware currently has no RTC/NTP dependency in early boot.
Base classes
- class prf::control::IClock
- Abstract clock source used by shared control commands.
Public functions
- auto unix_time_seconds() const -> uint64_t override
- Returns uptime seconds since boot.