![]() |
BoB robotics
The Brains on Board robotics library
|
namespace for unit types and containers representing energy values More...
Typedefs | |
Units (full names plural) | |
typedef unit< std::ratio< 1 >, units::category::energy_unit > | joules |
Units (full names singular) | |
typedef joules | joule |
Units (abbreviated) | |
typedef joules | J |
Unit Containers | |
typedef unit_t< joule > | joule_t |
typedef unit_t< calorie > | calorie_t |
typedef unit_t< kilowatt_hour > | kilowatt_hour_t |
typedef unit_t< watt_hour > | watt_hour_t |
typedef unit_t< british_thermal_unit > | british_thermal_unit_t |
typedef unit_t< british_thermal_unit_iso > | british_thermal_unit_iso_t |
typedef unit_t< british_thermal_unit_59 > | british_thermal_unit_59_t |
typedef unit_t< therm > | therm_t |
typedef unit_t< foot_pound > | foot_pound_t |
Functions | |
std::ostream & | operator<< (std::ostream &os, const joule_t &obj) |
std::string | to_string (const joule_t &obj) |
std::ostream & | operator<< (std::ostream &os, const calorie_t &obj) |
std::string | to_string (const calorie_t &obj) |
std::ostream & | operator<< (std::ostream &os, const kilowatt_hour_t &obj) |
std::string | to_string (const kilowatt_hour_t &obj) |
std::ostream & | operator<< (std::ostream &os, const watt_hour_t &obj) |
std::string | to_string (const watt_hour_t &obj) |
std::ostream & | operator<< (std::ostream &os, const british_thermal_unit_t &obj) |
std::string | to_string (const british_thermal_unit_t &obj) |
std::ostream & | operator<< (std::ostream &os, const british_thermal_unit_iso_t &obj) |
std::string | to_string (const british_thermal_unit_iso_t &obj) |
std::ostream & | operator<< (std::ostream &os, const british_thermal_unit_59_t &obj) |
std::string | to_string (const british_thermal_unit_59_t &obj) |
std::ostream & | operator<< (std::ostream &os, const therm_t &obj) |
std::string | to_string (const therm_t &obj) |
std::ostream & | operator<< (std::ostream &os, const foot_pound_t &obj) |
std::string | to_string (const foot_pound_t &obj) |