RDM_TIME_T Struct Reference
      
                                            The RDM Time data structure. More...
#include "rdmdatetimetypes.h"
                                                
                                                            Data Fields | 
                                                    |
| uint16_t | hour | 
| uint16_t | minute | 
| uint16_t | second | 
| uint16_t | fraction | 
Detailed Description
The RDM Time data structure.
Field Documentation
fraction
| uint16_t RDM_TIME_T::fraction | 
The 1/1000th fraction of a second in the range 0 - 9999
hour
| uint16_t RDM_TIME_T::hour | 
The hour in the range 0 - 23
minute
| uint16_t RDM_TIME_T::minute | 
The minute in the range 0 - 59
second
| uint16_t RDM_TIME_T::second | 
The second in the range 0 - 59