
Go to the source code of this file.
Macros | |
| #define | AC_D_PREC std::setprecision( std::numeric_limits< double >::max_digits10 ) |
| #define | AC_F_PREC std::setprecision( std::numeric_limits< float >::max_digits10 ) |
| #define | AC_LOG(TYPE, MSG) LOG_##TYPE( AC_LOG_PREFIX << (std::string)( librealsense::to_string() << MSG )) |
| #define | AC_LOG_PREFIX "CAH: " |
| #define | AC_LOG_PREFIX_LEN 5 |
| #define AC_D_PREC std::setprecision( std::numeric_limits< double >::max_digits10 ) |
Definition at line 11 of file src/algo/depth-to-rgb-calibration/debug.h.
| #define AC_F_PREC std::setprecision( std::numeric_limits< float >::max_digits10 ) |
Definition at line 10 of file src/algo/depth-to-rgb-calibration/debug.h.
| #define AC_LOG | ( | TYPE, | |
| MSG | |||
| ) | LOG_##TYPE( AC_LOG_PREFIX << (std::string)( librealsense::to_string() << MSG )) |
Definition at line 17 of file src/algo/depth-to-rgb-calibration/debug.h.
| #define AC_LOG_PREFIX "CAH: " |
Definition at line 14 of file src/algo/depth-to-rgb-calibration/debug.h.
| #define AC_LOG_PREFIX_LEN 5 |
Definition at line 15 of file src/algo/depth-to-rgb-calibration/debug.h.