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.
Public Member Functions | List of all members
ace_time::internal::DirectZoneRegistryBroker< ZI > Class Template Reference

Data broker for accessing the ZoneRegistry in SRAM. More...

#include <Brokers.h>

Public Member Functions

 DirectZoneRegistryBroker (const ZI *const *zoneRegistry)
 
 DirectZoneRegistryBroker (const DirectZoneRegistryBroker &)=delete
 
DirectZoneRegistryBrokeroperator= (const DirectZoneRegistryBroker &)=delete
 
const ZI * zoneInfo (uint16_t i) const
 

Detailed Description

template<typename ZI>
class ace_time::internal::DirectZoneRegistryBroker< ZI >

Data broker for accessing the ZoneRegistry in SRAM.

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

Definition at line 211 of file Brokers.h.


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