DUDS
Distributed Update of Data from Something
Planetary.hpp File Reference
#include <duds/time/planetary/LeapSeconds.hpp>
#include <boost/date_time/gregorian/gregorian.hpp>
#include <duds/data/GenericValue.hpp>
Include dependency graph for Planetary.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  duds::time::planetary::Earth
 Terran time stuffs. More...
 

Namespaces

 duds
 
 duds::time
 Items that deal with time, a surprisingly difficult and annoying subject.
 
 duds::time::planetary
 

Functions

template<class ISTime >
boost::gregorian::date duds::time::planetary::ToDate (const ISTime &t)
 Converts without applying any modification to the time, so if the input is in TAI, the result will be, too. More...
 
template<class ISTime >
boost::posix_time::ptime duds::time::planetary::ToPosix (const ISTime &t)
 Converts without applying any modification to the time, so if the input is in TAI, the result will be, too. More...