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


Public Member Functions | |
| CallbackCommandContextProvider (wns::ldk::fun::FUN *fun, std::string ucCommandName, const std::string &key, boost::function1< int, wimac::Component * > callback) | |
Private Member Functions | |
| virtual void | doVisitCommand (wns::probe::bus::IContext &c, const wimac::UpperCommand *command) const |
Private Attributes | |
| boost::function1< int, wimac::Component * > | callback_ |
Definition at line 76 of file ContextProvider.hpp.
| CallbackCommandContextProvider::CallbackCommandContextProvider | ( | wns::ldk::fun::FUN * | fun, | |
| std::string | ucCommandName, | |||
| const std::string & | key, | |||
| boost::function1< int, wimac::Component * > | callback | |||
| ) |
Definition at line 76 of file ContextProvider.cpp.
| void CallbackCommandContextProvider::doVisitCommand | ( | wns::probe::bus::IContext & | c, | |
| const wimac::UpperCommand * | command | |||
| ) | const [private, virtual] |
Implements wns::probe::bus::CommandContextProvider< wimac::UpperCommand >.
Definition at line 86 of file ContextProvider.cpp.
boost::function1<int, wimac::Component*> wimac::helper::contextprovider::CallbackCommandContextProvider::callback_ [private] |
Definition at line 89 of file ContextProvider.hpp.
1.5.5