open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Fields
musl_tm Struct Reference

#include <libc_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
 

Detailed Description

Definition at line 4 of file libc_time.h.

Field Documentation

◆ tm_hour

int musl_tm::tm_hour

Definition at line 7 of file libc_time.h.

◆ tm_mday

int musl_tm::tm_mday

Definition at line 8 of file libc_time.h.

◆ tm_min

int musl_tm::tm_min

Definition at line 6 of file libc_time.h.

◆ tm_mon

int musl_tm::tm_mon

Definition at line 9 of file libc_time.h.

◆ tm_sec

int musl_tm::tm_sec

Definition at line 5 of file libc_time.h.

◆ tm_wday

int musl_tm::tm_wday

Definition at line 11 of file libc_time.h.

◆ tm_yday

int musl_tm::tm_yday

Definition at line 12 of file libc_time.h.

◆ tm_year

int musl_tm::tm_year

Definition at line 10 of file libc_time.h.


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