Goby3  3.1.4
2024.02.22
types.h File Reference
#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...