#include <Driver/OniDriverAPI.h>
#include <librealsense2/rs.h>
#include <librealsense2/h/rs_pipeline.h>
#include <vector>
#include <list>
#include <map>
#include <mutex>
#include <thread>
Go to the source code of this file.
|
| #define | INIT_PROFILER |
| |
| #define | NAMED_PROFILER(name) |
| |
| #define | ONI_MAX_DEPTH 10000 |
| |
| #define | RS2_ASSERT assert |
| |
| #define | RS2_EMULATE_PRIMESENSE_HARDWARE |
| |
| #define | rsLogDebug(format, ...) printf("[RS2] " format "\n", ## __VA_ARGS__) |
| |
| #define | rsTraceError(format, ...) printf("[RS2] ERROR at FILE %s LINE %d FUNC %s\n\t" format "\n", __FILE__, __LINE__, __FUNCTION__, ## __VA_ARGS__) |
| |
| #define | rsTraceFunc(format, ...) printf("[RS2] %s " format "\n", __FUNCTION__, ## __VA_ARGS__) |
| |
| #define | SCOPED_PROFILER |
| |
| #define | SHUT_PROFILER |
| |
| #define NAMED_PROFILER |
( |
|
name | ) |
|
| #define ONI_MAX_DEPTH 10000 |
| #define RS2_EMULATE_PRIMESENSE_HARDWARE |
| #define rsLogDebug |
( |
|
format, |
|
|
|
... |
|
) |
| printf("[RS2] " format "\n", ## __VA_ARGS__) |
| #define rsTraceError |
( |
|
format, |
|
|
|
... |
|
) |
| printf("[RS2] ERROR at FILE %s LINE %d FUNC %s\n\t" format "\n", __FILE__, __LINE__, __FUNCTION__, ## __VA_ARGS__) |
| #define rsTraceFunc |
( |
|
format, |
|
|
|
... |
|
) |
| printf("[RS2] %s " format "\n", __FUNCTION__, ## __VA_ARGS__) |