tcMenu
Public Member Functions | Public Attributes | List of all members
TimeStorage Struct Reference

#include <RuntimeMenuItem.h>

Public Member Functions

 TimeStorage (uint8_t hours, uint8_t minutes, uint8_t seconds=0, uint8_t hundreds=0)
 
 TimeStorage (const TimeStorage &other)=default
 
TimeStorageoperator= (const TimeStorage &other)=default
 

Public Attributes

uint8_t hours
 
uint8_t minutes
 
uint8_t seconds
 
uint8_t hundreds
 

Detailed Description

The storage for a time field can hold down to hundreds of a second, stored as a series of bytes for hours, minutes, seconds and hundreds.


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