![]() |
BoB robotics
The Brains on Board robotics library
|
namespace for unit types and containers representing voltage values More...
Typedefs | |
Units (full names plural) | |
typedef unit< std::ratio< 1 >, units::category::voltage_unit > | volts |
Units (full names singular) | |
typedef volts | volt |
Units (abbreviated) | |
typedef volts | V |
Unit Containers | |
typedef unit_t< volt > | volt_t |
typedef unit_t< statvolt > | statvolt_t |
typedef unit_t< abvolt > | abvolt_t |
Functions | |
std::ostream & | operator<< (std::ostream &os, const volt_t &obj) |
std::string | to_string (const volt_t &obj) |
std::ostream & | operator<< (std::ostream &os, const statvolt_t &obj) |
std::string | to_string (const statvolt_t &obj) |
std::ostream & | operator<< (std::ostream &os, const abvolt_t &obj) |
std::string | to_string (const abvolt_t &obj) |