libknx
|
internal class storing a time value More...
#include <dpt.hpp>
Public Member Functions | |
bool | operator== (const time &other) |
time () | |
creates a current time value | |
Public Attributes | |
uint8_t | day |
uint8_t | hour |
uint8_t | minutes |
uint8_t | seconds |
Friends | |
KNX_IMPORT_EXPORT friend std::ostream & | operator<< (std::ostream &os, const time &time) |
internal class storing a time value