RTS API Documentation  1.10.11
Data Fields
state Struct Reference
+ Collaboration diagram for state:

Data Fields

int leapcnt
 
int timecnt
 
int typecnt
 
int charcnt
 
time_t ats [TZ_MAX_TIMES]
 
unsigned char types [TZ_MAX_TIMES]
 
struct ttinfo ttis [TZ_MAX_TYPES]
 
char chars [CHARS_DEF]
 
struct lsinfo lsis [TZ_MAX_LEAPS]
 

Detailed Description

Definition at line 1832 of file switch_time.c.

Field Documentation

◆ ats

time_t state::ats[TZ_MAX_TIMES]

Definition at line 1837 of file switch_time.c.

Referenced by tzparse(), and tztime().

◆ charcnt

int state::charcnt

Definition at line 1836 of file switch_time.c.

Referenced by tzparse().

◆ chars

char state::chars[ CHARS_DEF]

Definition at line 1840 of file switch_time.c.

Referenced by tzparse(), and tztime().

◆ leapcnt

int state::leapcnt

Definition at line 1833 of file switch_time.c.

Referenced by timesub(), and tzparse().

◆ lsis

struct lsinfo state::lsis[TZ_MAX_LEAPS]

Definition at line 1841 of file switch_time.c.

Referenced by timesub().

◆ timecnt

int state::timecnt

Definition at line 1834 of file switch_time.c.

Referenced by tzparse(), and tztime().

◆ ttis

struct ttinfo state::ttis[TZ_MAX_TYPES]

Definition at line 1839 of file switch_time.c.

Referenced by tzparse(), and tztime().

◆ typecnt

int state::typecnt

Definition at line 1835 of file switch_time.c.

Referenced by tzparse(), and tztime().

◆ types

unsigned char state::types[TZ_MAX_TIMES]

Definition at line 1838 of file switch_time.c.

Referenced by tzparse(), and tztime().


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