das2C
das core C utilities (v3)
Functions
tt2000.h File Reference

Helpers for units.h and time.h for dealing with TT2000 times not intended as a public interface. More...

#include <stdbool.h>
Include dependency graph for tt2000.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool das_tt2k_reinit (const char *sProgName)
 Re-initialize the leap second table. More...
 

Detailed Description

Helpers for units.h and time.h for dealing with TT2000 times not intended as a public interface.

Function Documentation

◆ das_tt2k_reinit()

bool das_tt2k_reinit ( const char *  sProgName)

Re-initialize the leap second table.

@Warning Not Thread Safe

Mostly provided for testing. Do NOT call this function if other treads could possibily be running unit conversions at the same time.