PCV services: Difference between revisions
→ISteadyClock: Imported from SwIPC. |
|||
Line 405: | Line 405: | ||
! Cmd || Name || Notes | ! Cmd || Name || Notes | ||
|- | |- | ||
| 0 || GetCurrentTime || Returns an | | 0 || GetCurrentTime || Returns an output [[#PosixTime]]. | ||
|- | |- | ||
| 1 || SetCurrentTime || Takes an | | 1 || SetCurrentTime || Takes an input [[#PosixTime]]. | ||
|- | |- | ||
| 2 || GetSystemClockContext || Returns an | | 2 || GetSystemClockContext || Returns an output [[#SystemClockContext]]. | ||
|- | |- | ||
| 3 || SetSystemClockContext || Takes an | | 3 || SetSystemClockContext || Takes an input [[#SystemClockContext]]. | ||
|- | |- | ||
|} | |} | ||
=== PosixTime === | |||
This is an u64 for UTC POSIX time. | |||
=== SystemClockContext === | |||
This is an 0x20-byte struct. | |||
== ITimeZoneService == | == ITimeZoneService == |