#include <librealsense/rs.hpp>#include <cstdio>#include <mutex>#include <vector>#include <chrono>#include <iostream>#include <iomanip>#include <string>#include <thread>
Go to the source code of this file.
Functions | |
| void | log (const char *msg) |
| int | main () |
Variables | |
| std::vector< std::string > | logs |
| std::mutex | mtx |
| void log | ( | const char * | msg | ) |
Definition at line 22 of file cpp-motion-module.cpp.
| int main | ( | ) |
Definition at line 28 of file cpp-motion-module.cpp.
| std::vector<std::string> logs |
Definition at line 20 of file cpp-motion-module.cpp.
| std::mutex mtx |
Definition at line 19 of file cpp-motion-module.cpp.