Lamp-Da 0.1
A compact lantern project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
lampda::component::time::RealTime Struct Reference

Store a real time reference. More...

#include <time_handling.h>

Public Member Functions

bool is_valid () const
 
int32_t as_seconds () const
 

Public Attributes

uint8_t dayOfTheWeek = UINT8_MAX
 [0; 6] the index of the day of the week. Monday is 0, sunday is 6
 
uint8_t hour = UINT8_MAX
 hour of the day, in the [0; 23]
 
uint8_t minutes = UINT8_MAX
 minutes, in the [0; 59]
 
uint8_t seconds = UINT8_MAX
 seconds, in the [0; 59]
 

Detailed Description

Store a real time reference.


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