|
LibJuno 1.0.1
LibJuno is a lightweight C11 library designed specifically for embedded systems.
|
Timestamp consisting of whole seconds and fixed-point subseconds. More...
#include <time_api.h>
Data Fields | |
| JUNO_TIME_SECONDS_T | iSeconds |
| Whole seconds component of time. | |
| JUNO_TIME_SUBSECONDS_T | iSubSeconds |
Timestamp consisting of whole seconds and fixed-point subseconds.
| JUNO_TIME_SECONDS_T JUNO_TIMESTAMP_TAG::iSeconds |
Whole seconds component of time.
| JUNO_TIME_SUBSECONDS_T JUNO_TIMESTAMP_TAG::iSubSeconds |
Fractional component of time represented over full-scale giSUBSECS_MAX i.e., fractional_seconds = (double)iSubSeconds / giSUBSECS_MAX