LibJuno 1.0.1
LibJuno is a lightweight C11 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
JUNO_TIMESTAMP_TAG Struct Reference

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
 

Detailed Description

Timestamp consisting of whole seconds and fixed-point subseconds.

Field Documentation

◆ iSeconds

JUNO_TIME_SECONDS_T JUNO_TIMESTAMP_TAG::iSeconds

Whole seconds component of time.

◆ iSubSeconds

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


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