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


Public Member Functions | |
| Packet (fun::FUN *fuNet, const wns::pyconfig::View &config) | |
| virtual void | processIncoming (const CompoundPtr &compound) |
| Process compounds on uplink. | |
| virtual void | processOutgoing (const CompoundPtr &compound) |
| Process compounds on downlink. | |
| virtual | ~Packet () |
Private Attributes | |
| wns::probe::bus::ContextCollectorPtr | delayIncomingBus |
| wns::probe::bus::ContextCollectorPtr | delayOutgoingBus |
| logger::Logger | logger |
| wns::probe::bus::ContextCollectorPtr | sizeIncomingBus |
| wns::probe::bus::ContextCollectorPtr | sizeOutgoingBus |
| wns::probe::bus::ContextCollectorPtr | throughputBus |
Definition at line 88 of file Packet.hpp.
| Packet::Packet | ( | fun::FUN * | fuNet, | |
| const wns::pyconfig::View & | config | |||
| ) |
Definition at line 46 of file Packet.cpp.
| Packet::~Packet | ( | ) | [virtual] |
Definition at line 77 of file Packet.cpp.
| void Packet::processIncoming | ( | const CompoundPtr & | compound | ) | [virtual] |
Override this method to handle incoming compounds.
Reimplemented from wns::ldk::Forwarding< USER >.
Definition at line 104 of file Packet.cpp.
| void Packet::processOutgoing | ( | const CompoundPtr & | ) | [virtual] |
Override this method to handle outgoing compounds.
Reimplemented from wns::ldk::Forwarding< USER >.
Definition at line 81 of file Packet.cpp.
Definition at line 102 of file Packet.hpp.
Definition at line 103 of file Packet.hpp.
Definition at line 108 of file Packet.hpp.
Definition at line 105 of file Packet.hpp.
Definition at line 106 of file Packet.hpp.
Definition at line 104 of file Packet.hpp.
1.5.5