Uniot Core
0.8.1
Loading...
Searching...
No Matches
uniot::events::date Namespace Reference

Enumerations

enum  Topic { TIME = FOURCC(date) }
 Date and time event topics. More...
 
enum  Msg { SYNCED = 0 }
 Date and time event messages. More...
 

Enumeration Type Documentation

◆ Msg

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 

System time has been successfully synchronized with time source.

◆ Topic

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.