Functions | |
void | disableFloatingPointExceptions () |
Disable floating point exceptions. More... | |
void | enableFloatingPointExceptions () |
Enable floating point exceptions. More... | |
void | mathThrowBreakFunc () |
void xsens::DebugTools::disableFloatingPointExceptions | ( | ) |
Disable floating point exceptions.
\see enableFloatingPointExceptions
Definition at line 109 of file xsens_math_throw.cpp.
void xsens::DebugTools::enableFloatingPointExceptions | ( | ) |
Enable floating point exceptions.
On windows, this requires /fp:except for proper use. It also needs implementation and a bit of testing.
Definition at line 94 of file xsens_math_throw.cpp.
void xsens::DebugTools::mathThrowBreakFunc | ( | ) |
Definition at line 82 of file xsens_math_throw.cpp.