![]() |
|
Uniot Core
|
| 0.8.1 |
Enumerations | |
| enum | Topic { TIME = FOURCC(date) } |
| Date and time event topics. More... | |
| enum | Msg { SYNCED = 0 } |
| Date and time event messages. More... | |
Date and time event messages.
Defines specific event messages that can be sent within date topics. These messages represent different states and outcomes of time-related operations, particularly time synchronization and clock management.
| Enumerator | ||
|---|---|---|
| SYNCED | 0 | System time has been successfully synchronized with time source. |
Date and time event topics.
Defines the main categories of date and time events that can be emitted throughout the system. Topics group related events together and use FOURCC identifiers for efficient event handling and type safety.
| Enumerator | ||
|---|---|---|
| TIME | FOURCC(date) | Time synchronization and date-related operations. |