fremoclock  1_3A01
FREMO Clock - Software for UTG
fclock_t Struct Reference

A struct with hour and minute. More...

Data Fields

uint8_t hour
 hour value 0..23 More...
 
uint8_t minute
 minute value 0..59 More...
 

Detailed Description

A struct with hour and minute.

Mainly used to pass information about time atomic. Used as return value for getters and as parameter for setters. Named fclock_t (FREMO CLOCK) to avoid confusion with library type clock_t.

Definition at line 69 of file ClockKernel.h.

Field Documentation

uint8_t hour

hour value 0..23

Definition at line 70 of file ClockKernel.h.

uint8_t minute

minute value 0..59

Definition at line 71 of file ClockKernel.h.


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