I am writing a C program on Linux with CAN functionality. I need to get the absolute time since midnight Jan. 1, 1984, in the following TIME Object format. What function should I use?
Code
typedef struct
{
UNSIGNED32 ms; // upper 4 bits are reserved
UNSIGNED16 days;
} TIME_OF_DAY;