Namespaces | |
namespace | constants |
Classes | |
class | BufferStream |
class | BufferStreamReader |
class | BufferStreamWriter |
class | Exception |
class | Mutex |
class | ReferenceCount |
class | ScopedLock |
class | Semaphore |
class | Thread |
class | TimeStamp |
class | WaitQueue |
class | WaitVar |
Functions | |
template<class Type > | |
bool | approxEqual (Type const &xx, Type const &yy, Type const &epsilon) |
template<class Type > | |
bool | approximatelyEqual (Type const &xx, Type const &yy, Type const &epsilon) |
template<class Type > | |
Type | boundValue (Type const &value, Type const &minimum, Type const &maximum) |
template<class Type > | |
Type | decayedAverage (Type const &previous, Type const &samples, Type const &newest) |
template<class Type > | |
Type | degreesToRadians (Type const &value) |
template<class Type > | |
Type | radiansToDegrees (Type const &value) |
bool crl::multisense::details::utility::approxEqual | ( | Type const & | xx, |
Type const & | yy, | ||
Type const & | epsilon | ||
) | [inline] |
Definition at line 55 of file Functional.hh.
bool crl::multisense::details::utility::approximatelyEqual | ( | Type const & | xx, |
Type const & | yy, | ||
Type const & | epsilon | ||
) | [inline] |
Definition at line 49 of file Functional.hh.
Type crl::multisense::details::utility::boundValue | ( | Type const & | value, |
Type const & | minimum, | ||
Type const & | maximum | ||
) | [inline] |
Definition at line 61 of file Functional.hh.
Type crl::multisense::details::utility::decayedAverage | ( | Type const & | previous, |
Type const & | samples, | ||
Type const & | newest | ||
) | [inline] |
Definition at line 67 of file Functional.hh.
Type crl::multisense::details::utility::degreesToRadians | ( | Type const & | value | ) | [inline] |
Type crl::multisense::details::utility::radiansToDegrees | ( | Type const & | value | ) | [inline] |