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


Public Member Functions | |
| virtual wns::ldk::IConnectorReceptacle * | getAcceptor (const wns::ldk::CompoundPtr &compound) |
| Return the FU willing to accept the given compound. | |
| virtual bool | hasAcceptor (const wns::ldk::CompoundPtr &compound) |
| Return true if there is a FU in the connector set willing to accept the given compound. | |
| MACgSchedulerUT () | |
Friends | |
| class | MACgUT |
Definition at line 42 of file MACgUT.hpp.
| MACgSchedulerUT::MACgSchedulerUT | ( | ) |
Definition at line 42 of file MACgUT.cpp.
| wns::ldk::IConnectorReceptacle * MACgSchedulerUT::getAcceptor | ( | const wns::ldk::CompoundPtr & | compound | ) | [virtual] |
Return an accepting FU. This may only be called after a call to hasAcceptor returning true. Always send a Compound using doSendData to the FU retrieved using getAcceptor.
Implements wns::ldk::Connector.
Definition at line 68 of file MACgUT.cpp.
| bool MACgSchedulerUT::hasAcceptor | ( | const wns::ldk::CompoundPtr & | compound | ) | [virtual] |
Always call hasAcceptor to verify there is an accepting FU, before calling getAcceptor.
Implements wns::ldk::Connector.
Definition at line 48 of file MACgUT.cpp.
friend class MACgUT [friend] |
Definition at line 45 of file MACgUT.hpp.
1.5.5