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

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

Typedefs

Units (full names plural)
typedef unit< std::ratio< 1 >, units::category::frequency_unithertz
 
Units (abbreviated)
typedef hertz Hz
 
Unit Containers
typedef unit_t< hertzhertz_t
 

Functions

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

Detailed Description

namespace for unit types and containers representing frequency values

The SI unit for frequency is hertz, and the corresponding base_unit category is frequency_unit.

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