![]() |
VectorNav C++ Library
|
Represents an error from a VectorNav sensor. More...
#include <sensors.h>
Public Member Functions | |
sensor_error (protocol::uart::SensorError e) | |
Creates a new sensor_error based on the error value provided by the sensor. | |
sensor_error (const sensor_error &e) | |
Copy constructor. | |
char const * | what () const throw () |
Returns a description of the exception. More... | |
Public Attributes | |
protocol::uart::SensorError | error |
The associated sensor error. | |
Represents an error from a VectorNav sensor.
char const* vn::sensors::sensor_error::what | ( | ) | const | |
throw | ( | |||
) |
Returns a description of the exception.