#include <myahrs_plus.hpp>
Public Member Functions | |
myAhrsException (std::string e="") | |
const char * | what () const throw () |
virtual | ~myAhrsException () |
Public Attributes | |
std::string | err |
Definition at line 107 of file myahrs_plus.hpp.
WithRobot::myAhrsException::myAhrsException | ( | std::string | e = "" | ) | [inline] |
Definition at line 111 of file myahrs_plus.hpp.
virtual WithRobot::myAhrsException::~myAhrsException | ( | ) | [inline, virtual] |
Definition at line 112 of file myahrs_plus.hpp.
const char* WithRobot::myAhrsException::what | ( | ) | const throw () [inline] |
Definition at line 114 of file myahrs_plus.hpp.
std::string WithRobot::myAhrsException::err |
Definition at line 110 of file myahrs_plus.hpp.