Snippets Preprocessor error
[Errno 2] No such file or directory: 'local_wall_clock_engine/messages/local_wall_clock_get_time.md'
Local Wall Clock Engine¶
Purpose¶
The Local Wall Clock Engine provides a mechanism for tracking and managing time locally on the physical machine that the Anoma node is running. It abstracts away the details of the underlying hardware and provides an interface for getting real-time clock functionality.
State¶
Messages Received¶
LocalWallClockGetTime¶
--8<-- "local_wall_clock_engine/messages/local_wall_clock_get_time.md:purpose"
--8<-- "local_wall_clock_engine/messages/local_wall_clock_get_time.md:type"
Notifications Sent¶
Message Flow¶
sequenceDiagram
--8<-- "local_wall_clock_engine/messages/local_wall_clock_get_time.md:sequence"