#include "types.h"
#include <algorithm>
#include <iomanip>
#include <numeric>
#include <fstream>
#include <cmath>
#include "core/streaming.h"
#include "../include/librealsense2/hpp/rs_processing.hpp"
Go to the source code of this file.
Namespaces | |
librealsense | |
Macros | |
#define | CASE(X) STRCASE(EXCEPTION_TYPE, X) |
#define | CASE(X) STRCASE(STREAM, X) |
#define | CASE(X) STRCASE(SR300_VISUAL_PRESET, X) |
#define | CASE(X) STRCASE(SENSOR_MODE, X) |
#define | CASE(X) STRCASE(CALIBRATION, X) |
#define | CASE(X) STRCASE(CALIBRATION, X) |
#define | CASE(X) STRCASE(AMBIENT_LIGHT, X) |
#define | CASE(X) STRCASE(DIGITAL_GAIN, X) |
#define | CASE(X) STRCASE(CAH_TRIGGER, X) |
#define | CASE(X) STRCASE(HOST_PERF, X) |
#define | CASE(X) STRCASE(EXTENSION, X) |
#define | CASE(X) STRCASE(PLAYBACK_STATUS, X) |
#define | CASE(X) STRCASE(LOG_SEVERITY, X) |
#define | CASE(X) STRCASE(OPTION, X) |
#define | CASE(X) case RS2_FORMAT_##X: return #X; |
#define | CASE(X) STRCASE(DISTORTION, X) |
#define | CASE(X) STRCASE(CAMERA_INFO, X) |
#define | CASE(X) STRCASE(FRAME_METADATA, X) |
#define | CASE(X) STRCASE(TIMESTAMP_DOMAIN, X) |
#define | CASE(X) STRCASE(CALIB_TARGET, X) |
#define | CASE(X) STRCASE(NOTIFICATION_CATEGORY, X) |
#define | CASE(X) STRCASE(MATCHER, X) |
#define | CASE(X) STRCASE(L500_VISUAL_PRESET, X) |
#define | STRCASE(T, X) |
#define | UPDC32(octet, crc) (crc_32_tab[((crc) ^ (octet)) & 0xff] ^ ((crc) >> 8)) |
Variables | |
static const uint32_t | librealsense::crc_32_tab [] |
const double | SQRT_DBL_EPSILON = sqrt(std::numeric_limits<double>::epsilon()) |
#define CASE | ( | X | ) | STRCASE(EXCEPTION_TYPE, X) |
#define CASE | ( | X | ) | STRCASE(SR300_VISUAL_PRESET, X) |
#define CASE | ( | X | ) | STRCASE(SENSOR_MODE, X) |
#define CASE | ( | X | ) | STRCASE(CALIBRATION, X) |
#define CASE | ( | X | ) | STRCASE(CALIBRATION, X) |
#define CASE | ( | X | ) | STRCASE(AMBIENT_LIGHT, X) |
#define CASE | ( | X | ) | STRCASE(DIGITAL_GAIN, X) |
#define CASE | ( | X | ) | STRCASE(CAH_TRIGGER, X) |
#define CASE | ( | X | ) | STRCASE(HOST_PERF, X) |
#define CASE | ( | X | ) | STRCASE(EXTENSION, X) |
#define CASE | ( | X | ) | STRCASE(PLAYBACK_STATUS, X) |
#define CASE | ( | X | ) | STRCASE(LOG_SEVERITY, X) |
#define CASE | ( | X | ) | STRCASE(OPTION, X) |
#define CASE | ( | X | ) | case RS2_FORMAT_##X: return #X; |
#define CASE | ( | X | ) | STRCASE(DISTORTION, X) |
#define CASE | ( | X | ) | STRCASE(CAMERA_INFO, X) |
#define CASE | ( | X | ) | STRCASE(FRAME_METADATA, X) |
#define CASE | ( | X | ) | STRCASE(TIMESTAMP_DOMAIN, X) |
#define CASE | ( | X | ) | STRCASE(CALIB_TARGET, X) |
#define CASE | ( | X | ) | STRCASE(NOTIFICATION_CATEGORY, X) |
#define CASE | ( | X | ) | STRCASE(MATCHER, X) |
#define CASE | ( | X | ) | STRCASE(L500_VISUAL_PRESET, X) |
#define STRCASE | ( | T, | |
X | |||
) |
#define UPDC32 | ( | octet, | |
crc | |||
) | (crc_32_tab[((crc) ^ (octet)) & 0xff] ^ ((crc) >> 8)) |