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


Public Member Functions | |
| Component (wns::node::Interface *_node, const wns::pyconfig::View &_config) | |
| Constructor. | |
| virtual void | onNodeCreated () |
| Implements wns::node::component::Interface::onNodeCreated(). | |
| virtual void | onShutdown () |
| Implements wns::node::component::Interface::onShutdown(). | |
| virtual void | onWorldCreated () |
| Implements wns::node::component::Interface::onWorldCreated(). | |
| virtual | ~Component () |
| Destructor. | |
Protected Member Functions | |
| virtual void | doStartup () |
| Announces the services. | |
Private Member Functions | |
| Component (const Component &) | |
| Disallow copy constructor. | |
| Component & | operator= (const Component &) |
| Disallow assignment. | |
Private Attributes | |
| wimemac::convergence::IPhyServices * | lowerConvergence |
| Convergence to PHY. | |
Definition at line 45 of file Component.hpp.
| wimemac::Component::Component | ( | wns::node::Interface * | _node, | |
| const wns::pyconfig::View & | _config | |||
| ) |
Reimplemented from wns::node::component::Component.
| virtual wimemac::Component::~Component | ( | ) | [virtual] |
Reimplemented from wns::node::component::Component.
| wimemac::Component::Component | ( | const Component & | ) | [private] |
| virtual void wimemac::Component::doStartup | ( | ) | [protected, virtual] |
Reimplemented from dll::Layer2.
| virtual void wimemac::Component::onNodeCreated | ( | ) | [virtual] |
Implements wns::node::component::Interface.
| virtual void wimemac::Component::onShutdown | ( | ) | [virtual] |
Implements wns::node::component::Interface.
| virtual void wimemac::Component::onWorldCreated | ( | ) | [virtual] |
Implements wns::node::component::Interface.
Definition at line 101 of file Component.hpp.
1.5.5