Go to the source code of this file.
Namespaces | |
xsens | |
xsens::DebugTools | |
Macros | |
#define | XETHROW(a) throw (a) |
#define | XM_THROW(a) do { XETHROW(a); } while(0) |
#define | XM_THROW_DEFINED 1 |
#define | XSNOEXCEPT |
#define | XSNOEXCEPT_ARG(a) |
Functions | |
void | xsens::DebugTools::disableFloatingPointExceptions () |
Disable floating point exceptions. More... | |
void | xsens::DebugTools::enableFloatingPointExceptions () |
Enable floating point exceptions. More... | |
void | xsens::DebugTools::mathThrowBreakFunc () |
#define XETHROW | ( | a | ) | throw (a) |
Definition at line 103 of file xsens_math_throw.h.
#define XM_THROW | ( | a | ) | do { XETHROW(a); } while(0) |
Definition at line 109 of file xsens_math_throw.h.
#define XM_THROW_DEFINED 1 |
Definition at line 84 of file xsens_math_throw.h.
#define XSNOEXCEPT |
Definition at line 90 of file xsens_math_throw.h.
#define XSNOEXCEPT_ARG | ( | a | ) |
Definition at line 91 of file xsens_math_throw.h.