AceTime
1.11.1
Date and time classes for Arduino that support timezones from the TZ Database.
|
Base class for BasicLinkManager and ExtendedLinkManager mostly for backwards compatibility so that kInvalidZoneId can be referenced as LinkManager::kInvalidZoneId
.
More...
#include <LinkManager.h>
Static Public Attributes | |
static const uint32_t | kInvalidZoneId = 0 |
ZoneId which is not valid to indicates an error or not found. More... | |
Base class for BasicLinkManager and ExtendedLinkManager mostly for backwards compatibility so that kInvalidZoneId can be referenced as LinkManager::kInvalidZoneId
.
No virtual methods are used to reduce flash memory usage, especially on 8-bit processors.
Definition at line 21 of file LinkManager.h.
|
static |
ZoneId which is not valid to indicates an error or not found.
The AceTimeTools project will never generate a zoneId of 0.
Definition at line 27 of file LinkManager.h.