|
#include "Includes.h"
#include "IMUHelpers.h"
#include "IMUEvent.h"
#include "IMUState.h"
#include "Xsens/Xsens.h"
#include "Xsens/XsensMTiModule.h"
Go to the source code of this file.
Classes | |
class | CIMUDevice |
This class contains the the devices module and the thread for read the measurements. More... | |
Namespaces | |
IMU | |
Macros | |
#define | _IMU_DEVICE_DEFAUL_CHECK_PERIOD_FACTOR_ 0.5f |
#define | _IMU_DEVICE_DEFAUL_CONNECTION_ std::string("/dev/ttyUSB0") |
#define | _IMU_DEVICE_DEFAUL_FREQUENCY_ IMU::CIMUDevice::eSamplingFrequency_120HZ |
#define | _IMU_DEVICE_DEFAUL_NORMALIZED_THREAD_PRIORITY_ 0.125f |
#define _IMU_DEVICE_DEFAUL_CHECK_PERIOD_FACTOR_ 0.5f |
Definition at line 25 of file IMUDevice.h.
#define _IMU_DEVICE_DEFAUL_CONNECTION_ std::string("/dev/ttyUSB0") |
Definition at line 23 of file IMUDevice.h.
#define _IMU_DEVICE_DEFAUL_FREQUENCY_ IMU::CIMUDevice::eSamplingFrequency_120HZ |
Definition at line 24 of file IMUDevice.h.
#define _IMU_DEVICE_DEFAUL_NORMALIZED_THREAD_PRIORITY_ 0.125f |
Definition at line 26 of file IMUDevice.h.