#include <fstream>
#include <stdexcept>
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | microstrain_3dmgx2_imu::IMU |
A class for interfacing to the microstrain 3dmgx2 and inertialink IMUs. More... | |
Namespaces | |
microstrain_3dmgx2_imu | |
Macros | |
#define | DEF_EXCEPTION(name, parent) |
Macro for defining exception (std::runtime_error should be top parent) More... | |
Functions | |
microstrain_3dmgx2_imu::DEF_EXCEPTION (Exception, std::runtime_error) | |
microstrain_3dmgx2_imu::DEF_EXCEPTION (TimeoutException, Exception) | |
microstrain_3dmgx2_imu::DEF_EXCEPTION (CorruptedDataException, Exception) | |