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 (CorruptedDataException, Exception)
 microstrain_3dmgx2_imu::DEF_EXCEPTION (TimeoutException, Exception)
 microstrain_3dmgx2_imu::DEF_EXCEPTION (Exception, std::runtime_error)

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


microstrain_3dmgx2_imu
Author(s): Jeremy Leibs, Blaise Gassend
autogenerated on Fri Jan 11 09:42:12 2013