Goby3
3.1.5a
2024.05.23
|
#include <boost/units/quantity.hpp>
#include <boost/units/systems/si/prefixes.hpp>
#include <boost/units/systems/si/time.hpp>
Go to the source code of this file.
Namespaces | |
goby | |
The global namespace for the Goby project. | |
goby::time | |
Functions and objects related to timekeeping. | |
Typedefs | |
using | goby::time::MicroTimeUnit = decltype(boost::units::si::micro *boost::units::si::seconds) |
microsecond unit More... | |
using | goby::time::MicroTime = boost::units::quantity< MicroTimeUnit, std::int64_t > |
quantity of microseconds (using int64) More... | |
using | goby::time::SITime = boost::units::quantity< boost::units::si::time, double > |
quantity of seconds (using double) More... | |