Classes | Namespaces | Defines | Functions
3dmgx2.h File Reference
#include <fstream>
#include <stdexcept>
#include <stdint.h>
Include dependency graph for 3dmgx2.h:
This graph shows which files directly or indirectly include this file:

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

namespace  microstrain_3dmgx2_imu

Defines

#define DEF_EXCEPTION(name, parent)
 Macro for defining exception (std::runtime_error should be top parent)

Functions

 microstrain_3dmgx2_imu::DEF_EXCEPTION (Exception, std::runtime_error)
 microstrain_3dmgx2_imu::DEF_EXCEPTION (TimeoutException, Exception)
 microstrain_3dmgx2_imu::DEF_EXCEPTION (CorruptedDataException, Exception)

Define Documentation

#define DEF_EXCEPTION (   name,
  parent 
)
Value:
class name  : public parent { \
  public: \
    name(const char* msg) : parent(msg) {} \
  }

Macro for defining exception (std::runtime_error should be top parent)

Definition at line 33 of file 3dmgx2.h.



microstrain_3dmgx2_imu
Author(s): Jeremy Leibs, Blaise Gassend
autogenerated on Wed Aug 26 2015 12:32:36