![]() |
BoB robotics
The Brains on Board robotics library
|
namespace for unit types and containers representing illuminance values More...
Typedefs | |
Units (full names plural) | |
typedef unit< std::ratio< 1 >, units::category::illuminance_unit > | luxes |
Units (full names singular) | |
typedef luxes | lux |
Units (abbreviated) | |
typedef luxes | lx |
Unit Containers | |
typedef unit_t< lux > | lux_t |
typedef unit_t< footcandle > | footcandle_t |
typedef unit_t< lumens_per_square_inch > | lumens_per_square_inch_t |
typedef unit_t< phot > | phot_t |
Functions | |
std::ostream & | operator<< (std::ostream &os, const lux_t &obj) |
std::string | to_string (const lux_t &obj) |
std::ostream & | operator<< (std::ostream &os, const footcandle_t &obj) |
std::string | to_string (const footcandle_t &obj) |
std::ostream & | operator<< (std::ostream &os, const lumens_per_square_inch_t &obj) |
std::string | to_string (const lumens_per_square_inch_t &obj) |
std::ostream & | operator<< (std::ostream &os, const phot_t &obj) |
std::string | to_string (const phot_t &obj) |