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


Public Member Functions | |
| virtual void | initBinding (constanze::StartTrigger *startTrigger) |
| IpBinding (const wns::pyconfig::View &_pyco) | |
| virtual void | registerComponent (wns::node::component::Component *_component) |
| void | registerListener (constanze::Listener *_listener) |
| virtual void | releaseBinding (constanze::StopTrigger *stopTrigger) |
| virtual void | sendData (const wns::osi::PDUPtr &_data) |
| virtual | ~IpBinding () |
Protected Member Functions | |
| virtual std::string | printAddress () const |
Protected Attributes | |
| wns::node::component::Component * | component |
| wns::service::nl::FQDN | destinationDomainName |
| wns::service::nl::DNSService * | dns |
| wns::service::nl::Service * | ipDataTransmission |
| wns::logger::Logger | log |
| Logger instance. | |
| wns::pyconfig::View | pyco |
| The configuration. | |
| wns::service::nl::FQDN | sourceDomainName |
Definition at line 42 of file IpBinding.hpp.
| IpBinding::IpBinding | ( | const wns::pyconfig::View & | _pyco | ) |
Definition at line 42 of file IpBinding.cpp.
| IpBinding::~IpBinding | ( | ) | [virtual] |
Definition at line 54 of file IpBinding.cpp.
| void IpBinding::initBinding | ( | constanze::StartTrigger * | startTrigger | ) | [virtual] |
| std::string IpBinding::printAddress | ( | ) | const [protected, virtual] |
| void IpBinding::registerComponent | ( | wns::node::component::Component * | _component | ) | [virtual] |
| void IpBinding::registerListener | ( | constanze::Listener * | _listener | ) | [virtual] |
| void IpBinding::releaseBinding | ( | constanze::StopTrigger * | stopTrigger | ) | [virtual] |
| void IpBinding::sendData | ( | const wns::osi::PDUPtr & | _data | ) | [virtual] |
Definition at line 67 of file IpBinding.hpp.
Definition at line 78 of file IpBinding.hpp.
wns::service::nl::DNSService* constanze::IpBinding::dns [protected] |
Definition at line 76 of file IpBinding.hpp.
Definition at line 74 of file IpBinding.hpp.
wns::logger::Logger constanze::IpBinding::log [protected] |
Definition at line 85 of file IpBinding.hpp.
wns::pyconfig::View constanze::IpBinding::pyco [protected] |
Definition at line 72 of file IpBinding.hpp.
Definition at line 77 of file IpBinding.hpp.
1.5.5