Wiselib
|
iSense Implementation of TxPower ConceptiSense implementation of the TxPower Concept ... More...
#include <isense_extended_txradio.h>
Public Member Functions | |
TxPower () | |
TxPower (TxPower const &) | |
TxPower & | operator= (TxPower const &) |
bool | operator== (TxPower) const |
bool | operator!= (TxPower) const |
bool | operator<= (TxPower) const |
bool | operator>= (TxPower) const |
bool | operator< (TxPower) const |
bool | operator> (TxPower) const |
TxPower | operator++ () |
TxPower | operator++ (int) |
TxPower | operator-- () |
TxPower | operator-- (int) |
void | set_ratio (int) |
int | to_ratio () const |
void | set_dB (int) |
int | to_dB () const |
Static Public Member Functions | |
static TxPower | from_ratio (int) |
static TxPower | from_dB (int) |
Static Public Attributes | |
static TxPower const | MIN = -30 |
static TxPower const | MAX = 0 |
Friends | |
class | iSenseExtendedTxRadioModel< OsModel_P > |
iSense Implementation of TxPower Concept
iSense implementation of the TxPower Concept ...
wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::TxPower | ( | ) | [inline] |
wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::TxPower | ( | TxPower const & | power | ) | [inline] |
iSenseExtendedTxRadioModel< OsModel_P >::TxPower wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::from_dB | ( | int | db | ) | [static] |
iSenseExtendedTxRadioModel< OsModel_P >::TxPower wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::from_ratio | ( | int | ratio | ) | [static] |
bool wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::operator!= | ( | TxPower | p | ) | const [inline] |
iSenseExtendedTxRadioModel< OsModel_P >::TxPower wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::operator++ | ( | ) |
iSenseExtendedTxRadioModel< OsModel_P >::TxPower wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::operator++ | ( | int | ) |
iSenseExtendedTxRadioModel< OsModel_P >::TxPower wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::operator-- | ( | ) |
iSenseExtendedTxRadioModel< OsModel_P >::TxPower wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::operator-- | ( | int | ) |
bool wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::operator< | ( | TxPower | p | ) | const [inline] |
bool wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::operator<= | ( | TxPower | p | ) | const [inline] |
iSenseExtendedTxRadioModel< OsModel_P >::TxPower & wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::operator= | ( | TxPower const & | p | ) | [inline] |
bool wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::operator== | ( | TxPower | p | ) | const [inline] |
bool wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::operator> | ( | TxPower | p | ) | const [inline] |
bool wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::operator>= | ( | TxPower | p | ) | const [inline] |
void wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::set_dB | ( | int | db | ) |
void wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::set_ratio | ( | int | ratio | ) |
int wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::to_dB | ( | ) | const [inline] |
int wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::to_ratio | ( | ) | const |
friend class iSenseExtendedTxRadioModel< OsModel_P > [friend] |
iSenseExtendedTxRadioModel< OsModel_P >::TxPower const wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::MAX = 0 [static] |
iSenseExtendedTxRadioModel< OsModel_P >::TxPower const wiselib::iSenseExtendedTxRadioModel< OsModel_P >::TxPower::MIN = -30 [static] |