DUDS
Distributed Update of Data from Something
Hectoform.hpp File Reference
#include <iostream>
#include <chrono>
Include dependency graph for Hectoform.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  duds::time::interstellar::Hectoform
 Holds Interstellar Time down to seconds in fields that increase by a power of 100, two decimal digits each, up to a 1e10 seconds 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 Hectoform &h)
 Writes the Hectoform time in its Human readable format in plain text. More...