![]() |
BoB robotics
The Brains on Board robotics library
|
namespace for unit types and containers representing magnetic_flux values More...
Typedefs | |
Units (full names plural) | |
typedef unit< std::ratio< 1 >, units::category::magnetic_flux_unit > | webers |
Units (full names singular) | |
typedef webers | weber |
Units (abbreviated) | |
typedef webers | Wb |
Unit Containers | |
typedef unit_t< weber > | weber_t |
typedef unit_t< maxwell > | maxwell_t |
Functions | |
std::ostream & | operator<< (std::ostream &os, const weber_t &obj) |
std::string | to_string (const weber_t &obj) |
std::ostream & | operator<< (std::ostream &os, const maxwell_t &obj) |
std::string | to_string (const maxwell_t &obj) |
namespace for unit types and containers representing magnetic_flux values
The SI unit for magnetic_flux is webers
, and the corresponding base_unit
category is magnetic_flux_unit
.