
A hook which will be called when a new IMU reading is received. More...
#include <BeoSub/BeoSubIMU.H>

| Public Member Functions | |
| virtual | ~BeoSubIMUListener () | 
| Destructor. | |
| virtual void | newData (const float xa, const float ya, const float za, const Angle xv, const Angle yv, const Angle zv)=0 | 
| New data was received. | |
A hook which will be called when a new IMU reading is received.
Definition at line 46 of file BeoSubIMU.H.
| BeoSubIMUListener::~BeoSubIMUListener | ( | ) |  [virtual] | 
Destructor.
Definition at line 51 of file BeoSubIMU.C.
| virtual void BeoSubIMUListener::newData | ( | const float | xa, | |
| const float | ya, | |||
| const float | za, | |||
| const Angle | xv, | |||
| const Angle | yv, | |||
| const Angle | zv | |||
| ) |  [pure virtual] | 
New data was received.
Implemented in IMUListener, TestBeoSubIMUListener, TestBeoSubIMUListener, TestBeoSubIMUListener, and IMUListener.
 1.6.3
 1.6.3