Graphics::TimeClock::HMS Struct Reference

#include <TimeClock.h>

Collaboration diagram for Graphics::TimeClock::HMS:

Public Member Functions

 HMS ()
 
 HMS (int8_t h, int8_t m, int8_t s)
 
 HMS (const DateTime &dt)
 
bool operator== (const HMS &other) const
 

Public Attributes

int8_t hour {0}
 
int8_t min {0}
 
int8_t sec {0}
 

Constructor & Destructor Documentation

◆ HMS() [1/3]

Graphics::TimeClock::HMS::HMS ( )
inline

◆ HMS() [2/3]

Graphics::TimeClock::HMS::HMS ( int8_t  h,
int8_t  m,
int8_t  s 
)
inline

◆ HMS() [3/3]

Graphics::TimeClock::HMS::HMS ( const DateTime dt)
inline

Member Function Documentation

◆ operator==()

bool Graphics::TimeClock::HMS::operator== ( const HMS other) const
inline

Member Data Documentation

◆ hour

int8_t Graphics::TimeClock::HMS::hour {0}

◆ min

int8_t Graphics::TimeClock::HMS::min {0}

◆ sec

int8_t Graphics::TimeClock::HMS::sec {0}

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