Template Function mavconn::utils::set_this_thread_name

Function Documentation

template<typename ...Args>
bool mavconn::utils::set_this_thread_name(const std::string &name, Args&&... args)

Set name to current thread, printf-like.

Todo:

add for other posix system

Note

Only for Linux target

Parameters:

name[in] name for thread

Returns:

true if success