Vulcan
Aerospace Engineering Utilities Built on Janus
Loading...
Searching...
No Matches
vulcan::time::LeapSecondEntry Struct Reference

Leap second entry: date and cumulative offset. More...

#include <LeapSeconds.hpp>

Public Attributes

int year
int month
int day
int delta_at
 TAI - UTC [seconds].

Detailed Description

Leap second entry: date and cumulative offset.

Each entry represents the start of a period where TAI - UTC equals delta_at. The date is when the leap second took effect (00:00:00 UTC).

Member Data Documentation

◆ day

int vulcan::time::LeapSecondEntry::day

◆ delta_at

int vulcan::time::LeapSecondEntry::delta_at

TAI - UTC [seconds].

◆ month

int vulcan::time::LeapSecondEntry::month

◆ year

int vulcan::time::LeapSecondEntry::year

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