libknx
|
Data container for this dpt. More...
#include <dpt_types.hpp>
Public Member Functions | |
bool | operator== (const data &other) |
Compare the date. | |
data () | |
creates a current date value | |
Public Attributes | |
uint8_t | day |
Day of month. | |
uint8_t | month |
Month of year. | |
uint8_t | year |
Year with two digits. >=90 is expected to start with 19XX. | |
Friends | |
KNX_IMPORT_EXPORT friend std::ostream & | operator<< (std::ostream &os, const data &date) |
Output formatting. | |
Data container for this dpt.