#include <odom.hpp>

| Public Member Functions | |
| void | callAll (const std::vector< message_actions::MessageAction > &actions) | 
| OdomConverter (const std::string &name, const float &frequency, const qi::SessionPtr &session) | |
| void | registerCallback (message_actions::MessageAction action, Callback_t cb) | 
| void | reset () | 
|  Public Member Functions inherited from naoqi::converter::BaseConverter< OdomConverter > | |
| BaseConverter (const std::string &name, float frequency, qi::SessionPtr session) | |
| float | frequency () const | 
| std::string | name () const | 
| virtual | ~BaseConverter () | 
| Private Types | |
| typedef boost::function< void(nav_msgs::Odometry &)> | Callback_t | 
| Private Attributes | |
| std::map< message_actions::MessageAction, Callback_t > | callbacks_ | 
| nav_msgs::Odometry | msg_ | 
| qi::AnyObject | p_motion_ | 
| Additional Inherited Members | |
|  Protected Attributes inherited from naoqi::converter::BaseConverter< OdomConverter > | |
| float | frequency_ | 
| std::string | name_ | 
| bool | record_enabled_ | 
| const robot::Robot & | robot_ | 
| qi::SessionPtr | session_ | 
| 
 | private | 
| naoqi::converter::OdomConverter::OdomConverter | ( | const std::string & | name, | 
| const float & | frequency, | ||
| const qi::SessionPtr & | session | ||
| ) | 
| void naoqi::converter::OdomConverter::callAll | ( | const std::vector< message_actions::MessageAction > & | actions | ) | 
| void naoqi::converter::OdomConverter::registerCallback | ( | message_actions::MessageAction | action, | 
| Callback_t | cb | ||
| ) | 
| 
 | private | 
| 
 | private | 
| 
 | private |