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


Public Member Functions | |
| virtual bool | isAccepting (IConnectorReceptacle *cr, const CompoundPtr &compound) |
| virtual void | onData (IDelivererReceptacle *dr, const CompoundPtr &compound) |
| virtual void | sendData (IConnectorReceptacle *cr, const CompoundPtr &compound) |
| SimpleLinkHandler (const wns::pyconfig::View &_config) | |
| virtual void | wakeup (IReceptorReceptacle *rr) |
Private Attributes | |
| wns::pyconfig::View | config |
| wns::logger::Logger | isAcceptingLogger |
| wns::logger::Logger | onDataLogger |
| wns::logger::Logger | sendDataLogger |
| bool | traceCompoundJourney |
| wns::logger::Logger | wakeupLogger |
Definition at line 39 of file SimpleLinkHandler.hpp.
| SimpleLinkHandler::SimpleLinkHandler | ( | const wns::pyconfig::View & | _config | ) |
Definition at line 43 of file SimpleLinkHandler.cpp.
| bool SimpleLinkHandler::isAccepting | ( | IConnectorReceptacle * | cr, | |
| const CompoundPtr & | compound | |||
| ) | [virtual] |
| void SimpleLinkHandler::onData | ( | IDelivererReceptacle * | dr, | |
| const CompoundPtr & | compound | |||
| ) | [virtual] |
| void SimpleLinkHandler::sendData | ( | IConnectorReceptacle * | cr, | |
| const CompoundPtr & | compound | |||
| ) | [virtual] |
| void SimpleLinkHandler::wakeup | ( | IReceptorReceptacle * | rr | ) | [virtual] |
Definition at line 59 of file SimpleLinkHandler.hpp.
Definition at line 63 of file SimpleLinkHandler.hpp.
Definition at line 66 of file SimpleLinkHandler.hpp.
Definition at line 64 of file SimpleLinkHandler.hpp.
Definition at line 61 of file SimpleLinkHandler.hpp.
Definition at line 65 of file SimpleLinkHandler.hpp.
1.5.5