#include <int.hpp>
Public Member Functions | |
void | callAll (const std::vector< message_actions::MessageAction > &actions) |
MemoryIntConverter (const std::string &name, const float &frequency, const qi::SessionPtr &session, const std::string &memory_key) | |
void | registerCallback (const message_actions::MessageAction action, Callback_t cb) |
void | reset () |
Private Types | |
typedef boost::function< void(naoqi_bridge_msgs::IntStamped &)> | Callback_t |
Private Member Functions | |
bool | convert () |
Private Attributes | |
std::map < message_actions::MessageAction, Callback_t > | callbacks_ |
std::string | memory_key_ |
naoqi_bridge_msgs::IntStamped | msg_ |
qi::AnyObject | p_memory_ |
Definition at line 37 of file converters/memory/int.hpp.
typedef boost::function<void(naoqi_bridge_msgs::IntStamped&)> naoqi::converter::MemoryIntConverter::Callback_t [private] |
Definition at line 39 of file converters/memory/int.hpp.
naoqi::converter::MemoryIntConverter::MemoryIntConverter | ( | const std::string & | name, |
const float & | frequency, | ||
const qi::SessionPtr & | session, | ||
const std::string & | memory_key | ||
) |
Definition at line 34 of file converters/memory/int.cpp.
void naoqi::converter::MemoryIntConverter::callAll | ( | const std::vector< message_actions::MessageAction > & | actions | ) |
Definition at line 63 of file converters/memory/int.cpp.
bool naoqi::converter::MemoryIntConverter::convert | ( | ) | [private] |
Definition at line 45 of file converters/memory/int.cpp.
void naoqi::converter::MemoryIntConverter::registerCallback | ( | const message_actions::MessageAction | action, |
Callback_t | cb | ||
) |
Definition at line 40 of file converters/memory/int.cpp.
Definition at line 73 of file converters/memory/int.cpp.
std::map<message_actions::MessageAction, Callback_t> naoqi::converter::MemoryIntConverter::callbacks_ [private] |
Definition at line 60 of file converters/memory/int.hpp.
std::string naoqi::converter::MemoryIntConverter::memory_key_ [private] |
Memory key to retrieve data
Definition at line 56 of file converters/memory/int.hpp.
naoqi_bridge_msgs::IntStamped naoqi::converter::MemoryIntConverter::msg_ [private] |
Definition at line 61 of file converters/memory/int.hpp.
qi::AnyObject naoqi::converter::MemoryIntConverter::p_memory_ [private] |
Memory (Proxy) configurations
Definition at line 58 of file converters/memory/int.hpp.