RDM_TIMESTAMP_T Struct Reference

The RDM Timestamp data structure. More...

#include "rdmdatetimetypes.h"

Data Fields

int32_t year
uint16_t month
uint16_t day
uint16_t hour
uint16_t minute
uint16_t second
uint16_t fraction

Detailed Description

The RDM Timestamp data structure.

Field Documentation

day

uint16_t RDM_TIMESTAMP_T::day

The date in the range 1 - 31

fraction

uint16_t RDM_TIMESTAMP_T::fraction

The 1/1000th fraction of a second in the range 0 - 9999

hour

uint16_t RDM_TIMESTAMP_T::hour

The hour in the range 0 - 23

minute

uint16_t RDM_TIMESTAMP_T::minute

The minute in the range 0 - 59

month

uint16_t RDM_TIMESTAMP_T::month

The month in the range 1 - 12

second

uint16_t RDM_TIMESTAMP_T::second

The second in the range 0 - 59

year

int32_t RDM_TIMESTAMP_T::year

The year in the range 1 - 9999


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