|
DUDS
|
Distributed Update of Data from Something
|
#include <iostream>#include <chrono>Go to the source code of this file.
Classes | |
| struct | duds::time::interstellar::Metricform |
| Holds Interstellar Time down to seconds in fields that increase by a power of 1000, three decimal digits each, up to a gigaseconds field. More... | |
Namespaces | |
| duds | |
| duds::time | |
| Items that deal with time, a surprisingly difficult and annoying subject. | |
| duds::time::interstellar | |
| A first take at implementing an early definition of Interstellar Time. | |
Functions | |
| std::ostream & | duds::time::interstellar::operator<< (std::ostream &os, const Metricform &m) |
| Writes the Metricform time in its Human readable format in plain text. More... | |