AceTime
0.6.1
Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.
|
Data broker for accessing the ZoneRegistry in SRAM. More...
#include <Brokers.h>
Public Member Functions | |
DirectZoneRegistryBroker (const ZI *const *zoneRegistry) | |
DirectZoneRegistryBroker (const DirectZoneRegistryBroker &)=delete | |
DirectZoneRegistryBroker & | operator= (const DirectZoneRegistryBroker &)=delete |
const ZI * | zoneInfo (uint16_t i) const |
Data broker for accessing the ZoneRegistry in SRAM.
The ZoneRegistry is an array of (const ZoneInfo*) in the zone_registry.cpp file.