Skip to content
Snippets Groups Projects
Commit 4770396e authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Add doxygen

parent 26983422
No related branches found
No related tags found
No related merge requests found
......@@ -214,6 +214,10 @@ namespace armarx
// //////////////////////////////////////// types ///////////////////////////////////////// //
// //////////////////////////////////////////////////////////////////////////////////////// //
protected:
/**
* @brief The type of recursive_mutex used in this class.
* This typedef is used to quickly replace the mutex type with a logging mutex type for debugging.
*/
using MutexType = std::recursive_timed_mutex;
using GuardType = std::unique_lock<MutexType>;
using ClockType = std::chrono::high_resolution_clock;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment