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


Public Member Functions | |
| AssociationsProxy (wns::ldk::ControlServiceRegistry *csr, const wns::pyconfig::View &config) | |
| virtual void | onCSRCreated () |
| virtual void | periodically () |
| Your callback. Implement this! | |
| virtual | ~AssociationsProxy () |
Protected Attributes | |
| UserInfoLookup | activeUsers |
| dll::ILayer2 * | layer2 |
| wns::logger::Logger | logger |
| std::list< ModeName > | myModes |
| wns::probe::bus::ContextCollectorPtr | numUsers |
| bool | probed |
| wns::ldk::CommandReaderInterface * | rlcReader |
Definition at line 63 of file AssociationsProxy.hpp.
| AssociationsProxy::AssociationsProxy | ( | wns::ldk::ControlServiceRegistry * | csr, | |
| const wns::pyconfig::View & | config | |||
| ) |
Definition at line 54 of file AssociationsProxy.cpp.
| AssociationsProxy::~AssociationsProxy | ( | ) | [virtual] |
Definition at line 74 of file AssociationsProxy.cpp.
| void AssociationsProxy::onCSRCreated | ( | ) | [virtual] |
Reimplemented from wns::ldk::ControlService.
Reimplemented in lte::controlplane::AssociationsProxyBS, and lte::controlplane::AssociationsProxyUT.
Definition at line 80 of file AssociationsProxy.cpp.
| void AssociationsProxy::periodically | ( | ) | [virtual] |
The deriver is forced to implement this method. It gets called periodically, whenever the timer fires.
Implements wns::events::PeriodicTimeout.
Reimplemented in lte::controlplane::AssociationsProxyUT.
Definition at line 87 of file AssociationsProxy.cpp.
Definition at line 83 of file AssociationsProxy.hpp.
dll::ILayer2* lte::controlplane::AssociationsProxy::layer2 [protected] |
Definition at line 79 of file AssociationsProxy.hpp.
Definition at line 82 of file AssociationsProxy.hpp.
std::list<ModeName> lte::controlplane::AssociationsProxy::myModes [protected] |
Definition at line 81 of file AssociationsProxy.hpp.
Definition at line 86 of file AssociationsProxy.hpp.
bool lte::controlplane::AssociationsProxy::probed [protected] |
Definition at line 85 of file AssociationsProxy.hpp.
Definition at line 80 of file AssociationsProxy.hpp.
1.5.5