![]() |
BoB robotics
The Brains on Board robotics library
|
namespace for unit types and containers representing magnetic_field_strength values More...
Typedefs | |
Units (full names plural) | |
typedef unit< std::ratio< 1 >, units::category::magnetic_field_strength_unit > | teslas |
Units (full names singular) | |
typedef teslas | tesla |
Units (abbreviated) | |
typedef teslas | Te |
Unit Containers | |
typedef unit_t< tesla > | tesla_t |
typedef unit_t< gauss > | gauss_t |
Functions | |
std::ostream & | operator<< (std::ostream &os, const tesla_t &obj) |
std::string | to_string (const tesla_t &obj) |
std::ostream & | operator<< (std::ostream &os, const gauss_t &obj) |
std::string | to_string (const gauss_t &obj) |
namespace for unit types and containers representing magnetic_field_strength values
The SI unit for magnetic_field_strength is teslas
, and the corresponding base_unit
category is magnetic_field_strength_unit
.