Go to the documentation of this file.
15 m_IsVerbose(IsVerbose),
64 std::cout <<
"OnIMUStart(IMU Device ID = " << pIMUDevice->
GetDeviceId()
67 std::cout <<
"\t[ Global time = "
70 <<
" s]" << std::endl;
71 std::cout <<
"\t[ Latency = "
90 std::cout <<
"OnIMUStop(IMU Device ID = " << pIMUDevice->
GetDeviceId()
93 std::cout <<
"\t[ Global time = "
96 <<
" s]" << std::endl;
97 std::cout <<
"\t[ Latency = "
118 std::cout <<
"OnIMUCycle(IMU Device ID = 0x" << std::hex << pIMUDevice->
GetDeviceId()
120 << std::dec <<
")" << std::endl;
121 std::cout <<
"\t[ Global time = "
124 <<
" s]" << std::endl;
125 std::cout <<
"\t[ Latency = "
128 <<
" µs]" << std::endl;
143 std::cout <<
"\t[ Acceleration Magnitude = ["
146 <<
" mm/s^2]" << std::endl;
147 std::cout <<
"\t[ Gyroscope Rotation = ["
151 std::cout <<
"\t[ Magnetic Rotation = ["
155 std::cout <<
"\t[ Quaternion Rotation = ["
180 std::cout <<
"OnIMUFusedCycle(IMU Device ID = 0x" << std::hex
183 << std::dec <<
")" << std::endl;
184 std::cout <<
"\t[ Global time = "
187 <<
" s]" << std::endl;
188 std::cout <<
"\t[ Latency = "
191 <<
" µs]" << std::endl;
206 std::cout <<
"\t[ Acceleration Magnitude = ["
209 <<
" mm/s^2]" << std::endl;
210 std::cout <<
"\t[ Gyroscope Rotation = ["
214 std::cout <<
"\t[ Magnetic Rotation = ["
218 std::cout <<
"\t[ Quaternion Rotation = ["
244 std::cout <<
"OnIMUStateUpdate(IMU Device ID = 0x" << std::hex
247 << std::dec <<
")" << std::endl;
248 std::cout <<
"\t[ Global time = "
251 <<
" s]" << std::endl;
252 std::cout <<
"\t[ Latency = "
255 <<
" µs]" << std::endl;
270 std::cout <<
"\t[ Acceleration Magnitude = ["
273 <<
" mm/s^2]" << std::endl;
274 std::cout <<
"\t[ Gyroscope Rotation = ["
278 std::cout <<
"\t[ Magnetic Rotation = ["
282 std::cout <<
"\t[ Quaternion Rotation = ["
295 std::cout <<
"OnIMUCustomEvent(IMU Device ID = 0x" << std::hex
298 << std::dec <<
")" << std::endl;
299 std::cout <<
"\t[ Latency = "
303 <<
" µs]" << std::endl;
304 std::cout <<
"\t[ Latency = "
307 <<
" µs]" << std::endl;
static float GetElapsedSeconds(const timeval &Post, const timeval &Pre)
float m_MagneticRotation[3]
IMUState GetIMUState() const
void OnIMUStart(const timeval &TimeStamp, const CIMUDevice *pIMUDevice)
void OnIMUIntegratedState(const timeval &TimeStamp, const CIMUDevice *pIMUDevice)
uint32_t GetMaximalPendingEvents()
void OnIMUCustomEvent(const CIMUEvent &CustomEvent)
float m_MagneticRotation[3]
~CIMUDeducedReckoning() override
PhysicalData m_PhysicalData
void OnIMUFusedCycle(const timeval &TimeStamp, const CIMUDevice *pIMUDevice)
void SetEventHandling(const CIMUEvent::EventType Type, const bool Enabled)
timeval GetLastStartTimeStamp()
const CIMUDevice * GetIMU() const
EventType GetEventType() const
std::vector< T > abs(const std::vector< T > &v)
This class contains the the devices module and the thread for read the measurements.
timeval GetLastCycleReferenceTimeStamp()
DispatchingMode GetDispatchingMode()
void OnIMUEvent(const CIMUEvent &Event) override
timeval GetLastCustomEventReferenceTimeStamp()
uint64_t GetDeviceId() const
float m_GyroscopeRotation[3]
float m_QuaternionRotation[4]
float m_AccelerationMagnitud
timeval GetLastStopTimeStamp()
float m_GyroscopeRotation[3]
CIMUDeducedReckoning(const bool IsVerbose)
uint32_t GetTotalPendingEvents()
void OnIMUStop(const timeval &TimeStamp, const CIMUDevice *pIMUDevice)
static long GetElapsedMicroseconds(const timeval &Post, const timeval &Pre)
const timeval & GetTimeStamp() const
ControlData m_ControlData
void OnIMUCycle(const timeval &TimeStamp, const CIMUDevice *pIMUDevice)
const timeval & GetReferenceTimeStamp() const
float m_OrientationQuaternion[4]
timeval GetLastFusedCycleReferenceTimeStamp()
timeval GetLastIntegratedStateReferenceTimeStamp()