MutexTimeoutException Struct Reference

The MutexTimeoutException struct. More...

#include <ArmarXCore/core/system/Synchronization.h>

+ Inheritance diagram for MutexTimeoutException:

Public Member Functions

 MutexTimeoutException (int timeoutDelayMs, std::string mutexName="")
 
std::string name () const override
 

Detailed Description

The MutexTimeoutException struct.

Definition at line 44 of file Synchronization.h.

Constructor & Destructor Documentation

◆ MutexTimeoutException()

MutexTimeoutException ( int  timeoutDelayMs,
std::string  mutexName = "" 
)
inline

Definition at line 46 of file Synchronization.h.

Member Function Documentation

◆ name()

std::string name ( ) const
inlineoverride

Definition at line 54 of file Synchronization.h.


The documentation for this struct was generated from the following file: