|
MRPT
2.0.4
|
#include <string>#include <thread>Go to the source code of this file.
Namespaces | |
| mrpt | |
| This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
| mrpt::system | |
Functions | |
| void | mrpt::system::thread_name (const std::string &name, std::thread &theThread) |
| Sets the name of the given thread; useful for debuggers. More... | |
| void | mrpt::system::thread_name (const std::string &name) |
| Sets the name of the current thread; useful for debuggers. More... | |
| std::string | mrpt::system::thread_name (std::thread &theThread) |
| Gets the name of the given thread; useful for debuggers. More... | |
| std::string | mrpt::system::thread_name () |
| Gets the name of the current thread; useful for debuggers. More... | |
| Page generated by Doxygen 1.8.18 for MRPT 2.0.4 at Thu Sep 24 07:14:18 UTC 2020 |