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


Public Member Functions | |
| Layer2 (wns::node::Interface *, const wns::pyconfig::View &) | |
| virtual | ~Layer2 () |
| Destructor. | |
wns::node::component::Component Interface | |
| virtual void | onNodeCreated () |
| ComponentInterface: called when this node is ready (all FU objects initialized). Sets e.g. ResourceSchedulerInterface. | |
| virtual void | onShutdown () |
| Called before EventScheduler is really stopped. | |
| virtual void | onWorldCreated () |
| ComponentInterface: called when all nodes are ready (all global FU objects initialized). builds associations -> routes -> destinations. | |
Private Member Functions | |
| virtual void | doStartup () |
| Virtual backend of startup(). | |
| Layer2 (const Layer2 &) | |
| disallow copy constructor | |
| Layer2 & | operator= (const Layer2 &) |
| disallow assignment | |
Definition at line 46 of file Layer2.hpp.
| Layer2::Layer2 | ( | wns::node::Interface * | _node, | |
| const wns::pyconfig::View & | _config | |||
| ) |
Definition at line 62 of file Layer2.cpp.
| Layer2::~Layer2 | ( | ) | [virtual] |
| lte::main::Layer2::Layer2 | ( | const Layer2 & | ) | [private] |
| void Layer2::doStartup | ( | ) | [private, virtual] |
| void Layer2::onNodeCreated | ( | ) | [virtual] |
| void Layer2::onShutdown | ( | ) | [virtual] |
| void Layer2::onWorldCreated | ( | ) | [virtual] |
1.5.5