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


Public Member Functions | |
| virtual void | addControlService (const std::string &name, ControlServiceInterface *csi)=0 |
| virtual void | addManagementService (const std::string &name, ManagementServiceInterface *msi)=0 |
| virtual ControlServiceInterface * | findControlServiceInterface (std::string) const =0 |
| virtual ManagementServiceInterface * | findManagementService (std::string) const =0 |
| template<typename CONTROLSERVICE> | |
| CONTROLSERVICE * | getControlService (const std::string &name) const |
| virtual ControlServiceRegistry * | getCSR ()=0 |
| template<typename MANAGEMENTSERVICE> | |
| MANAGEMENTSERVICE * | getManagementService (const std::string &name) const |
| virtual ManagementServiceRegistry * | getMSR ()=0 |
| virtual std::string | getNodeName () const =0 |
Definition at line 113 of file Layer.hpp.
| virtual void wns::ldk::ILayer::addControlService | ( | const std::string & | name, | |
| ControlServiceInterface * | csi | |||
| ) | [pure virtual] |
Implemented in wns::ldk::Layer.
| virtual void wns::ldk::ILayer::addManagementService | ( | const std::string & | name, | |
| ManagementServiceInterface * | msi | |||
| ) | [pure virtual] |
Implemented in wns::ldk::Layer.
| virtual ControlServiceInterface* wns::ldk::ILayer::findControlServiceInterface | ( | std::string | ) | const [pure virtual] |
Implemented in wns::ldk::Layer.
| virtual ManagementServiceInterface* wns::ldk::ILayer::findManagementService | ( | std::string | ) | const [pure virtual] |
Implemented in wns::ldk::Layer.
| CONTROLSERVICE* wns::ldk::ILayer::getControlService | ( | const std::string & | name | ) | const [inline] |
| virtual ControlServiceRegistry* wns::ldk::ILayer::getCSR | ( | ) | [pure virtual] |
Implemented in wns::ldk::Layer.
| MANAGEMENTSERVICE* wns::ldk::ILayer::getManagementService | ( | const std::string & | name | ) | const [inline] |
| virtual ManagementServiceRegistry* wns::ldk::ILayer::getMSR | ( | ) | [pure virtual] |
Implemented in wns::ldk::Layer.
| virtual std::string wns::ldk::ILayer::getNodeName | ( | ) | const [pure virtual] |
Implemented in wns::ldk::Layer.
1.5.5