![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <ldk/probe/bus/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 | delayIncoming |
| wns::probe::bus::ContextCollectorPtr | delayOutgoing |
| logger::Logger | logger |
| wns::probe::bus::ContextCollectorPtr | sizeIncoming |
| wns::probe::bus::ContextCollectorPtr | sizeOutgoing |
| wns::probe::bus::ContextCollectorPtr | throughput |
Definition at line 88 of file Packet.hpp.
| Packet::Packet | ( | fun::FUN * | fuNet, | |
| const wns::pyconfig::View & | config | |||
| ) |
Definition at line 48 of file Packet.cpp.
| Packet::~Packet | ( | ) | [virtual] |
Definition at line 70 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 97 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 74 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