AceTime
2.3.0
Date and time classes for Arduino that support timezones from the TZ Database.
|
A storage object that creates an ZoneInfoBroker from a key that identifies the ZoneInfo. More...
#include <BrokersLow.h>
Public Member Functions | |
ZoneInfoBroker< ZC, ZI, ZE, ZP, ZR > | createZoneInfoBroker (uintptr_t zoneKey) const |
A storage object that creates an ZoneInfoBroker from a key that identifies the ZoneInfo.
The key can be a pointer to flash memory, or an integer into a list stored in a file.
ZC | ZoneContext type |
ZI | ZoneInfo type (e.g. basic::ZoneInfo or extended::ZoneInfo) |
ZE | ZoneEra type (e.g. basic::ZoneEra or extended::ZoneEra) |
ZP | ZonePolicy type (e.g. basic::ZonePolicy or extended::ZonePolicy) |
ZR | ZoneRule type (e.g. basic::ZoneRule or extended::ZoneRule) |
Definition at line 510 of file BrokersLow.h.
|
inline |
zoneKey | an opaque Zone primary key (e.g. const ZoneInfo*, or a uint16_t index into a database table of ZoneInfo records) |
Definition at line 517 of file BrokersLow.h.