GATE
gate::DayTime Struct Reference

Daytime class (hour-minute-second-microsecond) More...

#include <times.hpp>

Inheritance diagram for gate::DayTime:
gate_daytime_class

Public Member Functions

 DayTime (uint8_t hours=0, uint8_t minutes=0, uint8_t seconds=0, uint32_t microseconds=0)
 
 DayTime (gate_daytime_t const &dtime)
 
int compare (DayTime const &that) const
 
bool_t operator< (DayTime const &that) const
 
bool_t operator<= (DayTime const &that) const
 
bool_t operator> (DayTime const &that) const
 
bool_t operator>= (DayTime const &that) const
 
bool_t operator== (DayTime const &that) const
 
bool_t operator!= (DayTime const &that) const
 

Additional Inherited Members

- Public Attributes inherited from gate_daytime_class
gate_uint8_t hour
 
gate_uint8_t minute
 
gate_uint8_t second
 
gate_uint32_t microsecond
 

Detailed Description

Daytime class (hour-minute-second-microsecond)


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