RTEMS
Public Attributes | List of all members
rtems_time_of_day Struct Reference

This type is used to represent the calendar time in the Classic API. More...

#include <types.h>

Public Attributes

uint32_t year
 This member represents the year A.D.
 
uint32_t month
 This member represents the month of the year with values from 1 to 12.
 
uint32_t day
 This member represents the day of the month with values from 1 to 31.
 
uint32_t hour
 This member represents the hour of the day with values from 0 to 23.
 
uint32_t minute
 This member represents the minute of the hour with values from 0 to 59.
 
uint32_t second
 This member represents the second of the minute with values from 0 to 59.
 
uint32_t ticks
 This member represents the clock tick of the second with values from 0 to rtems_clock_get_ticks_per_second() minus one.
 

Detailed Description

This type is used to represent the calendar time in the Classic API.

Definition at line 258 of file types.h.


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