![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <services/AssociationControl.hpp>


Public Member Functions | |
| DecideBest () | |
| StationID | getBest () |
| virtual bool | isInitialized () |
| void | put (StationID st, const wns::service::phy::power::PowerMeasurementPtr &p) |
| virtual | ~DecideBest () |
Protected Attributes | |
| StationID | bestStation_ |
| T | bestValue_ |
| bool | initialized_ |
| unsigned int | samples_ |
Private Member Functions | |
| virtual void | doPut (StationID, const wns::service::phy::power::PowerMeasurementPtr &)=0 |
Definition at line 106 of file AssociationControl.hpp.
| wimac::service::associationcontrol::DecideBest< T >::DecideBest | ( | ) | [inline] |
Definition at line 110 of file AssociationControl.hpp.
| virtual wimac::service::associationcontrol::DecideBest< T >::~DecideBest | ( | ) | [inline, virtual] |
Definition at line 128 of file AssociationControl.hpp.
| virtual void wimac::service::associationcontrol::DecideBest< T >::doPut | ( | StationID | , | |
| const wns::service::phy::power::PowerMeasurementPtr & | ||||
| ) | [private, pure virtual] |
| StationID wimac::service::associationcontrol::DecideBest< T >::getBest | ( | ) | [inline, virtual] |
Implements wimac::service::associationcontrol::IDecideBest.
Definition at line 122 of file AssociationControl.hpp.
| virtual bool wimac::service::associationcontrol::DecideBest< T >::isInitialized | ( | ) | [inline, virtual] |
Implements wimac::service::associationcontrol::IDecideBest.
Definition at line 125 of file AssociationControl.hpp.
| void wimac::service::associationcontrol::DecideBest< T >::put | ( | StationID | st, | |
| const wns::service::phy::power::PowerMeasurementPtr & | p | |||
| ) | [inline, virtual] |
Implements wimac::service::associationcontrol::IDecideBest.
Definition at line 115 of file AssociationControl.hpp.
StationID wimac::service::associationcontrol::DecideBest< T >::bestStation_ [protected] |
Definition at line 135 of file AssociationControl.hpp.
T wimac::service::associationcontrol::DecideBest< T >::bestValue_ [protected] |
Definition at line 136 of file AssociationControl.hpp.
bool wimac::service::associationcontrol::DecideBest< T >::initialized_ [protected] |
Definition at line 138 of file AssociationControl.hpp.
unsigned int wimac::service::associationcontrol::DecideBest< T >::samples_ [protected] |
Definition at line 137 of file AssociationControl.hpp.
1.5.5