AceTime
1.11.2
Date and time classes for Arduino that support timezones from the TZ Database.
|
An implementation of the LinkManager which uses a registry of extended::ZoneInfo records. More...
#include <LinkManager.h>
Public Member Functions | |
ExtendedLinkManager (uint16_t linkRegistrySize, const extended::LinkEntry *linkRegistry) | |
Constructor. More... | |
uint32_t | zoneIdForLinkId (uint32_t linkId) const |
uint16_t | linkRegistrySize () const |
Additional Inherited Members | |
![]() | |
static const uint32_t | kInvalidZoneId = 0 |
ZoneId which is not valid to indicates an error or not found. More... | |
An implementation of the LinkManager which uses a registry of extended::ZoneInfo records.
Definition at line 71 of file LinkManager.h.
|
inline |
Constructor.
linkRegistrySize | number of LinkEntry entries in linkRegistry |
linkRegistry | an array of LinkEntry entries |
Definition at line 78 of file LinkManager.h.