![]() |
BoB robotics
The Brains on Board robotics library
|
namespace for unit types and containers representing charge values More...
Typedefs | |
Units (full names plural) | |
typedef unit< std::ratio< 1 >, units::category::charge_unit > | coulombs |
Units (full names singular) | |
typedef coulombs | coulomb |
Units (abbreviated) | |
typedef coulombs | C |
Unit Containers | |
typedef unit_t< coulomb > | coulomb_t |
typedef unit_t< ampere_hour > | ampere_hour_t |
Functions | |
std::ostream & | operator<< (std::ostream &os, const coulomb_t &obj) |
std::string | to_string (const coulomb_t &obj) |
std::ostream & | operator<< (std::ostream &os, const ampere_hour_t &obj) |
std::string | to_string (const ampere_hour_t &obj) |