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

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

Typedefs

Units (full names plural)
typedef unit< std::ratio< 1 >, units::category::illuminance_unitluxes
 
Units (full names singular)
typedef luxes lux
 
Units (abbreviated)
typedef luxes lx
 
Unit Containers
typedef unit_t< luxlux_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)
 

Detailed Description

namespace for unit types and containers representing illuminance values

The SI unit for illuminance is luxes, and the corresponding base_unit category is illuminance_unit.

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