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


Public Member Functions | |
| virtual wns::service::dll::UnicastAddress | getDestinationAddress (const wns::ldk::CompoundPtr &) |
| To whom should I send this compound? | |
| virtual wns::service::dll::UnicastAddress | getSourceAddress () |
| If you are a receiver, what is your address? | |
| virtual bool | isBroadcast (const wns::ldk::CompoundPtr &) |
| Shall I send this compound to every receiver? | |
| virtual bool | isReceiver () |
| Only receivers will be considered when sending data. Tell me, are you a receiver? | |
| RRHandlerShortcutUT (wns::ldk::fun::FUN *, const wns::pyconfig::View &) | |
| virtual | ~RRHandlerShortcutUT () |
Definition at line 72 of file RRHandlerShortcut.hpp.
| RRHandlerShortcutUT::RRHandlerShortcutUT | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | pyco | |||
| ) |
Definition at line 69 of file RRHandlerShortcut.cpp.
| RRHandlerShortcutUT::~RRHandlerShortcutUT | ( | ) | [virtual] |
Definition at line 74 of file RRHandlerShortcut.cpp.
| wns::service::dll::UnicastAddress RRHandlerShortcutUT::getDestinationAddress | ( | const wns::ldk::CompoundPtr & | compound | ) | [virtual] |
Implements wns::ldk::ShortcutFU< ADDRESS, ELEMENT >.
Definition at line 92 of file RRHandlerShortcut.cpp.
| wns::service::dll::UnicastAddress RRHandlerShortcutUT::getSourceAddress | ( | ) | [virtual] |
Implements wns::ldk::ShortcutFU< ADDRESS, ELEMENT >.
Definition at line 85 of file RRHandlerShortcut.cpp.
| bool RRHandlerShortcutUT::isBroadcast | ( | const wns::ldk::CompoundPtr & | ) | [virtual] |
Implements wns::ldk::ShortcutFU< ADDRESS, ELEMENT >.
Definition at line 100 of file RRHandlerShortcut.cpp.
| bool RRHandlerShortcutUT::isReceiver | ( | ) | [virtual] |
Implements wns::ldk::ShortcutFU< ADDRESS, ELEMENT >.
Definition at line 79 of file RRHandlerShortcut.cpp.
1.5.5