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


Public Member Functions | |
| Overhead (fun::FUN *fuNet, const wns::pyconfig::View &config) | |
| Constructor. | |
| virtual void | processIncoming (const CompoundPtr &componud) |
| Process compounds on uplink. | |
| virtual void | processOutgoing (const CompoundPtr &componud) |
| Process compounds on downlink. | |
Private Attributes | |
| Bit | overhead |
Definition at line 63 of file Overhead.hpp.
| Overhead::Overhead | ( | fun::FUN * | fuNet, | |
| const wns::pyconfig::View & | config | |||
| ) |
Definition at line 38 of file Overhead.cpp.
| void Overhead::processIncoming | ( | const CompoundPtr & | compound | ) | [virtual] |
Override this method to handle incoming compounds.
Reimplemented from wns::ldk::Forwarding< USER >.
Definition at line 54 of file Overhead.cpp.
| void Overhead::processOutgoing | ( | const CompoundPtr & | ) | [virtual] |
Override this method to handle outgoing compounds.
Reimplemented from wns::ldk::Forwarding< USER >.
Definition at line 46 of file Overhead.cpp.
Bit wns::ldk::tools::Overhead::overhead [private] |
Definition at line 82 of file Overhead.hpp.
1.5.5