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::BasicZoneManager< SIZE > Class Template Reference

An implementation of the ZoneManager which uses a registry of basic::ZoneInfo records. More...

#include <ZoneManager.h>

Inheritance diagram for ace_time::BasicZoneManager< SIZE >:
Inheritance graph
[legend]
Collaboration diagram for ace_time::BasicZoneManager< SIZE >:
Collaboration graph
[legend]

Public Member Functions

 BasicZoneManager (uint16_t registrySize, const basic::ZoneInfo *const *zoneRegistry)
 
- Public Member Functions inherited from ace_time::ZoneManagerImpl< basic::ZoneInfo, BasicZoneRegistrar, BasicZoneProcessorCache< SIZE > >
TimeZone createForZoneName (const char *name) override
 
TimeZone createForZoneId (uint32_t id) override
 
TimeZone createForZoneIndex (uint16_t index) override
 
TimeZone createForTimeZoneData (const TimeZoneData &d) override
 
uint16_t indexForZoneName (const char *name) const override
 
uint16_t indexForZoneId (uint32_t id) const override
 
uint16_t registrySize () const override
 
TimeZone createForZoneInfo (const basic::ZoneInfo *zoneInfo)
 Create a TimeZone from an explicit ZoneInfo reference. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ace_time::ZoneManagerImpl< basic::ZoneInfo, BasicZoneRegistrar, BasicZoneProcessorCache< SIZE > >
 ZoneManagerImpl (uint16_t registrySize, const basic::ZoneInfo *const *zoneRegistry)
 Constructor. More...
 

Detailed Description

template<uint16_t SIZE>
class ace_time::BasicZoneManager< SIZE >

An implementation of the ZoneManager which uses a registry of basic::ZoneInfo records.

Template Parameters
SIZEsize of the BasicZoneProcessorCache

Definition at line 223 of file ZoneManager.h.


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