#include "d2rgb-common.h"
Go to the source code of this file.
Classes | |
| class | custom_ac_logger |
| struct | old_algo_calib |
Macros | |
| #define | DISABLE_LOG_TO_STDOUT |
| #define | NO_CATCH_CONFIG_MAIN |
Functions | |
| int | main (int argc, char *argv[]) |
| template<typename T > | |
| void | read_binary_file (char const *dir, char const *bin, T *data) |
| #define DISABLE_LOG_TO_STDOUT |
Definition at line 13 of file test-reproduction.cpp.
| #define NO_CATCH_CONFIG_MAIN |
Definition at line 10 of file test-reproduction.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 135 of file test-reproduction.cpp.
| void read_binary_file | ( | char const * | dir, |
| char const * | bin, | ||
| T * | data | ||
| ) |
Definition at line 18 of file test-reproduction.cpp.