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

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

Typedefs

Units (full names plural)
typedef unit< std::ratio< 1 >, units::category::inductance_unithenries
 
Units (full names singular)
typedef henries henry
 
Units (abbreviated)
typedef henries H
 
Unit Containers
typedef unit_t< henryhenry_t
 

Functions

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

Detailed Description

namespace for unit types and containers representing inductance values

The SI unit for inductance is henrys, and the corresponding base_unit category is inductance_unit.

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