AceTime
2.3.0
Date and time classes for Arduino that support timezones from the TZ Database.
|
Data broker for accessing the ZoneRegistry. More...
#include <BrokersHigh.h>
Public Member Functions | |
ZoneRegistryBroker (const ZI *const *zoneRegistry) | |
ZoneRegistryBroker (const ZoneRegistryBroker &)=default | |
ZoneRegistryBroker & | operator= (const ZoneRegistryBroker &)=default |
const ZI * | zoneInfo (uint16_t i) const |
Data broker for accessing the ZoneRegistry.
The ZoneRegistry is an array of (const ZoneInfo*) in the zone_registry.cpp file.
ZI | ZoneInfo type (e.g. basic::ZoneInfo or extended::ZoneInfo) |
Definition at line 441 of file BrokersHigh.h.