HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
tm Struct Reference

POSIX struct tm. More...

#include <time.h>

Data Fields

int tm_sec
 
int tm_min
 
int tm_hour
 
int tm_mday
 
int tm_mon
 
int tm_year
 
int tm_wday
 
int tm_yday
 
int tm_isdst
 
int32_t tm_gmtoff
 

Detailed Description

POSIX struct tm.

Definition at line 40 of file time.h.

Field Documentation

◆ tm_gmtoff

int32_t tm::tm_gmtoff

Definition at line 51 of file time.h.

◆ tm_hour

int tm::tm_hour

◆ tm_isdst

int tm::tm_isdst

Definition at line 50 of file time.h.

Referenced by normalize().

◆ tm_mday

int tm::tm_mday

◆ tm_min

int tm::tm_min

◆ tm_mon

int tm::tm_mon

◆ tm_sec

int tm::tm_sec

◆ tm_wday

int tm::tm_wday

Definition at line 48 of file time.h.

Referenced by asctime_r(), display_clock(), find_dst(), rtc_read(), rtc_write(), td0_open(), and time_to_tm().

◆ tm_yday

int tm::tm_yday

Definition at line 49 of file time.h.

Referenced by td0_open(), and time_to_tm().

◆ tm_year

int tm::tm_year

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