AceTime  2.1.0
Date and time classes for Arduino that support timezones from the TZ Database.
Public Member Functions | List of all members
ace_time::extended::BrokerFactory Class Reference

A factory that creates a basic::ZoneInfoBroker. More...

#include <ExtendedBrokers.h>

Public Member Functions

ZoneInfoBroker createZoneInfoBroker (uintptr_t zoneKey) const
 

Detailed Description

A factory that creates a basic::ZoneInfoBroker.

Definition at line 444 of file ExtendedBrokers.h.

Member Function Documentation

◆ createZoneInfoBroker()

ZoneInfoBroker ace_time::extended::BrokerFactory::createZoneInfoBroker ( uintptr_t  zoneKey) const
inline
Parameters
zoneKeyan opaque Zone primary key (e.g. const ZoneInfo*, or a uint16_t index into a database table of ZoneInfo records)

Definition at line 450 of file ExtendedBrokers.h.


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