CANopen Master Documentation
Version 6.06.04
Loading...
Searching...
No Matches
ComTimeOfDay_s Struct Reference

Detailed Description

The data type TIME_OF_DAY represents absolute time. It follows from the definition and the encoding rules that TIME_OF_DAY is represented as bit sequence of length 48.

Component ulMilliseconds is the time in milliseconds after midnight. Component uwDays is the number of days since January 1, 1984.

+ Collaboration diagram for ComTimeOfDay_s:

Data Fields

uint32_t ulMilliseconds
 
uint16_t uwDays
 

Field Documentation

◆ ulMilliseconds

uint32_t ComTimeOfDay_s::ulMilliseconds

Milliseconds after midnight

◆ uwDays

uint16_t ComTimeOfDay_s::uwDays

Days since January 1, 1984