Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
rssi_and_channel_float_t Class Reference

#include <cs_RssiAndChannel.h>

Public Member Functions

 rssi_and_channel_float_t (float rssi, uint8_t channel=0)
 
bool isCloserThan (const rssi_and_channel_float_t &other)
 
bool isCloserEqual (const rssi_and_channel_float_t &other)
 
rssi_and_channel_float_t fallOff (float rate_db_sec, float dt_sec)
 

Public Attributes

float _rssi
 
uint8_t _channel
 

Constructor & Destructor Documentation

◆ rssi_and_channel_float_t()

rssi_and_channel_float_t::rssi_and_channel_float_t ( float  rssi,
uint8_t  channel = 0 
)
inline

Member Function Documentation

◆ fallOff()

rssi_and_channel_float_t rssi_and_channel_float_t::fallOff ( float  rate_db_sec,
float  dt_sec 
)
inline

◆ isCloserEqual()

bool rssi_and_channel_float_t::isCloserEqual ( const rssi_and_channel_float_t other)
inline

◆ isCloserThan()

bool rssi_and_channel_float_t::isCloserThan ( const rssi_and_channel_float_t other)
inline

Member Data Documentation

◆ _channel

uint8_t rssi_and_channel_float_t::_channel

◆ _rssi

float rssi_and_channel_float_t::_rssi

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