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


Public Member Functions | |
| DllListenerBinding (const wns::pyconfig::View &_pyco) | |
| virtual void | initBinding (constanze::StartTrigger *trigger) |
| virtual void | onData (const wns::osi::PDUPtr &_data, wns::service::dll::FlowID) |
| Receive data from lower DLL layer. | |
| virtual void | registerComponent (wns::node::component::Component *_component) |
| void | registerListener (constanze::Listener *_listener) |
| virtual void | releaseBinding (constanze::StopTrigger *trigger) |
| virtual void | sendData (const wns::osi::PDUPtr &_data) |
| virtual | ~DllListenerBinding () |
Protected Member Functions | |
| virtual std::string | printAddress () const |
Protected Attributes | |
| wns::node::component::Component * | component |
| wns::service::dll::Notification * | dllNotification |
| wns::service::dll::UnicastAddress | listenDll |
| My own Dll address. | |
| constanze::Listener * | listener |
| wns::logger::Logger | log |
| Logger instance. | |
| wns::pyconfig::View | pyco |
| The configuration. | |
Definition at line 42 of file DllListenerBinding.hpp.
| DllListenerBinding::DllListenerBinding | ( | const wns::pyconfig::View & | _pyco | ) |
Definition at line 42 of file DllListenerBinding.cpp.
| virtual constanze::DllListenerBinding::~DllListenerBinding | ( | ) | [inline, virtual] |
Definition at line 49 of file DllListenerBinding.hpp.
| void DllListenerBinding::initBinding | ( | constanze::StartTrigger * | trigger | ) | [virtual] |
| void DllListenerBinding::onData | ( | const wns::osi::PDUPtr & | _pdu, | |
| wns::service::dll::FlowID | _dllFlowID | |||
| ) | [virtual] |
| [in] | _pdu | Data that is delivered to the DataHandler. |
Implements wns::service::dll::Handler.
Definition at line 66 of file DllListenerBinding.cpp.
| std::string DllListenerBinding::printAddress | ( | ) | const [protected, virtual] |
| void DllListenerBinding::registerComponent | ( | wns::node::component::Component * | _component | ) | [virtual] |
| void DllListenerBinding::registerListener | ( | constanze::Listener * | _listener | ) | [virtual] |
| void DllListenerBinding::releaseBinding | ( | constanze::StopTrigger * | trigger | ) | [virtual] |
| void DllListenerBinding::sendData | ( | const wns::osi::PDUPtr & | _data | ) | [virtual] |
Definition at line 72 of file DllListenerBinding.hpp.
Definition at line 74 of file DllListenerBinding.hpp.
Definition at line 86 of file DllListenerBinding.hpp.
Definition at line 76 of file DllListenerBinding.hpp.
Definition at line 91 of file DllListenerBinding.hpp.
Definition at line 81 of file DllListenerBinding.hpp.
1.5.5