AceTime  1.3
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.
Public Member Functions | List of all members
ace_time::extended::ZoneRegistryBroker Class Reference

Data broker for accessing the ZoneRegistry. More...

#include <Brokers.h>

Public Member Functions

 ZoneRegistryBroker (const ZoneInfo *const *zoneRegistry)
 
 ZoneRegistryBroker (const ZoneRegistryBroker &)=default
 
ZoneRegistryBrokeroperator= (const ZoneRegistryBroker &)=default
 
const ZoneInfo * zoneInfo (uint16_t i) const
 

Detailed Description

Data broker for accessing the ZoneRegistry.

The ZoneRegistry is an array of (const ZoneInfo*) in the zone_registry.cpp file.

Definition at line 749 of file Brokers.h.


The documentation for this class was generated from the following file: