#include <imu.hpp>

| Public Member Functions | |
| virtual void | callAll (const std::vector< message_actions::MessageAction > &actions) | 
| ImuConverter (const std::string &name, const IMU::Location &location, const float &frequency, const qi::SessionPtr &session) | |
| void | registerCallback (const message_actions::MessageAction action, Callback_t cb) | 
| virtual void | reset () | 
| ~ImuConverter () | |
|  Public Member Functions inherited from naoqi::converter::BaseConverter< ImuConverter > | |
| 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(sensor_msgs::Imu &) > | Callback_t | 
| Private Attributes | |
| std::map< message_actions::MessageAction, Callback_t > | callbacks_ | 
| std::vector< std::string > | data_names_list_ | 
| sensor_msgs::Imu | msg_imu_ | 
| qi::AnyObject | p_memory_ | 
| Additional Inherited Members | |
|  Protected Attributes inherited from naoqi::converter::BaseConverter< ImuConverter > | |
| float | frequency_ | 
| std::string | name_ | 
| bool | record_enabled_ | 
| const robot::Robot & | robot_ | 
| qi::SessionPtr | session_ | 
| 
 | private | 
| naoqi::converter::ImuConverter::ImuConverter | ( | const std::string & | name, | 
| const IMU::Location & | location, | ||
| const float & | frequency, | ||
| const qi::SessionPtr & | session | ||
| ) | 
| 
 | virtual | 
| void naoqi::converter::ImuConverter::registerCallback | ( | const message_actions::MessageAction | action, | 
| Callback_t | cb | ||
| ) | 
| 
 | private | 
| 
 | private | 
| 
 | private | 
| 
 | private |