18 #ifndef MEMORY_INT_CONVERTER_HPP 19 #define MEMORY_INT_CONVERTER_HPP 24 #include "../converter_base.hpp" 30 #include <naoqi_bridge_msgs/IntStamped.h> 39 typedef boost::function<void(naoqi_bridge_msgs::IntStamped&)>
Callback_t;
49 void callAll(
const std::vector<message_actions::MessageAction>& actions );
60 std::map<message_actions::MessageAction, Callback_t>
callbacks_;
61 naoqi_bridge_msgs::IntStamped
msg_;
naoqi_bridge_msgs::IntStamped msg_
void registerCallback(const message_actions::MessageAction action, Callback_t cb)
boost::function< void(naoqi_bridge_msgs::IntStamped &)> Callback_t
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)
std::map< message_actions::MessageAction, Callback_t > callbacks_