Expand description
Definition of date/time structures commonly useful for time station decoders. Build with no_std for embedded platforms.
Modules§
Structs§
- Radio
Date Time Utils - Represents a date and time transmitted over radio.
Constants§
- BIT_
BUFFER_ SIZE - Size of bit buffer in seconds plus one spare because we cannot know which method accessing the buffer is called after increase_second().
- DST_
ANNOUNCED - DST change has been announced (mutually exclusive with DST_PROCESSED)
- DST_
JUMP - unexpected jump in DST state
- DST_
PROCESSED - DST change has been processed (mutually exclusive with DST_ANNOUNCED)
- DST_
SUMMER - DST is active
- LEAP_
ANNOUNCED - Leap second has been announced (mutually exclusive with LEAP_PROCESSED)
- LEAP_
MISSING - Leap second is unexpectedly absent
- LEAP_
PROCESSED - Leap second has been processed (mutually exclusive with LEAP_ANNOUNCED)