![]() |
libfranka 0.15.3
FCI C++ API
|
Contains the franka::Errors type. More...
#include <array>#include <ostream>

Go to the source code of this file.
Classes | |
| struct | franka::Errors |
| Enumerates errors that can occur while controlling a franka::Robot. More... | |
Functions | |
| std::ostream & | franka::operator<< (std::ostream &ostream, const Errors &errors) |
| Streams the errors as JSON array. | |
Contains the franka::Errors type.
| std::ostream & franka::operator<< | ( | std::ostream & | ostream, |
| const Errors & | errors | ||
| ) |
Streams the errors as JSON array.
| [in] | ostream | Ostream instance |
| [in] | errors | Errors struct instance to stream |