Namespaces | |
literals | |
Typedefs | |
using | Distance = MeterQuantity |
using | Exp3 = boost::units::scale< 10, boost::units::static_rational< 3 > > |
using | Hour = boost::units::metric::hour_base_unit::unit_type |
using | Kilo = boost::units::make_scaled_unit< NoUnit, Exp3 >::type |
using | Km = boost::units::multiply_typeof_helper< Kilo, Meter >::type |
using | KmH = boost::units::divide_typeof_helper< Km, Hour >::type |
using | KmHQuantity = boost::units::quantity< KmH > |
using | Meter = boost::units::si::meter_base_unit::unit_type |
using | MeterQuantity = boost::units::quantity< Meter > |
using | Mile = boost::units::us::mile_base_unit::unit_type |
using | MPH = boost::units::divide_typeof_helper< Mile, Hour >::type |
using | MPHQuantity = boost::units::quantity< MPH > |
using | MPS = boost::units::unit< boost::units::velocity_dimension, boost::units::si::system > |
using | MPS2 = boost::units::unit< boost::units::acceleration_dimension, boost::units::si::system > |
using | MPS2Quantity = boost::units::quantity< MPS2 > |
using | MPSQuantity = boost::units::quantity< MPS > |
using | NoUnit = boost::units::si::dimensionless::unit_type |
using | Second = boost::units::si::second_base_unit::unit_type |
using | SecondQuantity = boost::units::quantity< Second > |
using | Time = SecondQuantity |
using lanelet::units::Distance = typedef MeterQuantity |
using lanelet::units::Exp3 = typedef boost::units::scale<10, boost::units::static_rational<3> > |
using lanelet::units::Hour = typedef boost::units::metric::hour_base_unit::unit_type |
using lanelet::units::Kilo = typedef boost::units::make_scaled_unit<NoUnit, Exp3>::type |
using lanelet::units::Km = typedef boost::units::multiply_typeof_helper<Kilo, Meter>::type |
using lanelet::units::KmH = typedef boost::units::divide_typeof_helper<Km, Hour>::type |
using lanelet::units::KmHQuantity = typedef boost::units::quantity<KmH> |
using lanelet::units::Meter = typedef boost::units::si::meter_base_unit::unit_type |
using lanelet::units::MeterQuantity = typedef boost::units::quantity<Meter> |
using lanelet::units::Mile = typedef boost::units::us::mile_base_unit::unit_type |
using lanelet::units::MPH = typedef boost::units::divide_typeof_helper<Mile, Hour>::type |
using lanelet::units::MPHQuantity = typedef boost::units::quantity<MPH> |
using lanelet::units::MPS = typedef boost::units::unit<boost::units::velocity_dimension, boost::units::si::system> |
using lanelet::units::MPS2 = typedef boost::units::unit<boost::units::acceleration_dimension, boost::units::si::system> |
using lanelet::units::MPS2Quantity = typedef boost::units::quantity<MPS2> |
using lanelet::units::MPSQuantity = typedef boost::units::quantity<MPS> |
using lanelet::units::NoUnit = typedef boost::units::si::dimensionless::unit_type |
using lanelet::units::Second = typedef boost::units::si::second_base_unit::unit_type |
using lanelet::units::SecondQuantity = typedef boost::units::quantity<Second> |
using lanelet::units::Time = typedef SecondQuantity |