LibDMRConf  0.5.0
A library to program DMR radios.
Public Member Functions | Public Attributes | List of all members
RD5RCodeplug::timestamp_t Struct Reference

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.
 

Detailed Description

Represents the codeplug time-stamp within the codeplug.


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