BoB robotics
The Brains on Board robotics library
units::current Namespace Reference

namespace for unit types and containers representing current values More...

Typedefs

Units (full names plural)
typedef unit< std::ratio< 1 >, units::category::current_unitamperes
 
Units (full names singular)
typedef amperes ampere
 
Units (abbreviated)
typedef amperes A
 
Unit Containers
typedef unit_t< ampereampere_t
 

Functions

std::ostream & operator<< (std::ostream &os, const ampere_t &obj)
 
std::string to_string (const ampere_t &obj)
 

Detailed Description

namespace for unit types and containers representing current values

The SI unit for current is amperes, and the corresponding base_unit category is current_unit.

See also
See unit_t for more information on unit type containers.