|
xvsdk
3.2.0
|
The class to give access to data provided by the IMU sensor. More...
#include <xv-sdk.h>
Public Types | |
| using | Data = Imu const & |
Public Member Functions | |
| virtual bool | start ()=0 |
| start streaming. | |
| virtual bool | stop ()=0 |
| stop streaming. | |
| virtual int | registerCallback (std::function< void(Imu const &)>)=0 |
| Register callback to receive data. | |
| virtual bool | unregisterCallback (int callbackId)=0 |
| Unregister callback. | |
The class to give access to data provided by the IMU sensor.