6#ifndef _TIME_SHIELD_TYPES_HPP_INCLUDED
7#define _TIME_SHIELD_TYPES_HPP_INCLUDED
int64_t ts_t
Type for representing timestamps in seconds.
uday_t unixday_t
Alias for Unix day type (uday_t).
int tz_t
Type for representing time zone offsets in minutes.
int64_t ts_ms_t
Type for representing timestamps in milliseconds.
int64_t uday_t
Type for representing Unix days as integers (days since January 1, 1970).
double fts_t
Type for representing timestamps as floating-point numbers (e.g., fractional seconds).
uint64_t jdn_t
Type for representing Julian Day Numbers as unsigned integers.
int64_t ts_us_t
Type for representing timestamps in microseconds.
double oadate_t
Type for representing Automation Date (OADate) values as floating-point numbers.
int64_t year_t
Type for representing years as integers.
double mjd_t
Type for representing Modified Julian Dates as floating-point numbers.
double jd_t
Type for representing Julian Dates as floating-point numbers.
Main namespace for the Time Shield library.