#include "../rs.h"
#include "../h/rs_context.h"
#include "../h/rs_device.h"
#include "../h/rs_frame.h"
#include "../h/rs_processing.h"
#include "../h/rs_record_playback.h"
#include "../h/rs_sensor.h"
#include "../h/rs_pipeline.h"
#include <string>
#include <vector>
#include <memory>
#include <functional>
#include <exception>
#include <iterator>
#include <sstream>
#include <chrono>
Go to the source code of this file.
|
std::ostream & | operator<< (std::ostream &o, rs2_vector v) |
|
std::ostream & | operator<< (std::ostream &o, rs2_quaternion q) |
|
| rs2::RS2_ERROR_CLASS (recoverable_error, error) |
|
| rs2::RS2_ERROR_CLASS (unrecoverable_error, error) |
|
| rs2::RS2_ERROR_CLASS (camera_disconnected_error, unrecoverable_error) |
|
| rs2::RS2_ERROR_CLASS (backend_error, unrecoverable_error) |
|
| rs2::RS2_ERROR_CLASS (device_in_recovery_mode_error, unrecoverable_error) |
|
| rs2::RS2_ERROR_CLASS (invalid_value_error, recoverable_error) |
|
| rs2::RS2_ERROR_CLASS (wrong_api_call_sequence_error, recoverable_error) |
|
| rs2::RS2_ERROR_CLASS (not_implemented_error, recoverable_error) |
|
#define RS2_ERROR_CLASS |
( |
|
name, |
|
|
|
base |
|
) |
| |
Value:class name :
public base\
{\
public:\
}
GLuint const GLchar * name
Definition at line 127 of file rs_types.hpp.
std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
rs2_vector |
v |
|
) |
| |
|
inline |