|
LibDMRConf
0.5.0
A library to program DMR radios.
|
Represents the codeplug time-stamp within the codeplug. More...
#include <rd5r_codeplug.hh>
Public Member Functions | |
| QDateTime | get () const |
| Returns the timestamp. | |
| void | setNow () |
| Set the time-stamp to now. | |
| void | set (const QDateTime &dt) |
| Set the time-stamp to the given date and time. | |
Public Attributes | |
| uint16_t | year_bcd |
| The year in 4 x BCD. | |
| uint8_t | month_bcd |
| The month in 2 x BCD. | |
| uint8_t | day_bcd |
| The day in 2 x BCD. | |
| uint8_t | hour_bcd |
| The hour in 2 x BCD. | |
| uint8_t | minute_bcd |
| The minute in 2 x BCD. | |
Represents the codeplug time-stamp within the codeplug.
1.8.17