libfranka  0.8.0
FCI C++ API
Classes | Functions
errors.h File Reference

Contains the franka::Errors type. More...

#include <array>
#include <ostream>
Include dependency graph for errors.h:
This graph shows which files directly or indirectly include this file:

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. More...
 

Detailed Description

Contains the franka::Errors type.

Function Documentation

◆ operator<<()

std::ostream& franka::operator<< ( std::ostream &  ostream,
const Errors errors 
)

Streams the errors as JSON array.

Parameters
[in]ostreamOstream instance
[in]errorsErrors struct instance to stream
Returns
Ostream instance