INET Framework for OMNeT++/OMNEST
inet::physicallayer::mixim::math::mW2dBm< T, false > Struct Template Reference

#include <MappingBase.h>

Public Member Functions

T operator() (const T &mW)
 

Member Function Documentation

template<typename T >
T inet::physicallayer::mixim::math::mW2dBm< T, false >::operator() ( const T mW)
inline
836  {
837  return 10 * log10(mW);
838  }
milli< W >::type mW
Definition: Units.h:903

The documentation for this struct was generated from the following file: