Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
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

namespace  goby
 The global namespace for the Goby project.
 
namespace  goby::time
 Functions and objects related to timekeeping.
 

Typedefs

using goby::time::MicroTimeUnit = decltype(boost::units::si::micro *boost::units::si::seconds)
 microsecond unit
 
using goby::time::MicroTime = boost::units::quantity< MicroTimeUnit, std::int64_t >
 quantity of microseconds (using int64)
 
using goby::time::SITime = boost::units::quantity< boost::units::si::time, double >
 quantity of seconds (using double)