owlps/owlps-positioning/src/posutil.hh

16 lines
345 B
C++
Raw Normal View History

#ifndef _OWLPS_POSITIONING_POSUTIL_HH_
#define _OWLPS_POSITIONING_POSUTIL_HH_
/// Utilitary class
class PosUtil
{
public:
/** @name Wi-Fi */
//@{
/// Converts a Wi-Fi channel to the corresponding frequency in Hz
static unsigned long wifi_channel_to_hz(const unsigned int &channel) ;
//@}
} ;
#endif // _OWLPS_POSITIONING_POSUTIL_HH_