mn::system::basic_critical_section_nested Class Reference
#include <mn_criticalsection.hpp>


Public Member Functions | |
virtual int | lock (unsigned int timeout=UINT_MAX) |
virtual int | unlock () |
![]() | |
virtual int | time_lock (const struct timespec *timeout) |
virtual bool | is_initialized () |
![]() | |
ILockObject () | |
virtual bool | try_lock () |
virtual bool | is_initialized () const =0 |
virtual bool | is_locked () const =0 |
Is locked? More... | |
Protected Attributes | |
unsigned int | m_iState |
Additional Inherited Members | |
![]() | |
using | this_type = ILockObject |
Detailed Description
Wrapper class around FreeRTOS's implementation of a critical sections nested.
Member Function Documentation
◆ lock()
|
virtual |
enter the critical section nested
- Parameters
-
timeout How long to wait (in ticks) to get the lock until giving up. By a given UINT_MAX then then use no timeout
- Returns
- ERR_SYSTEM_OK if enter in the critical section and ERR_SYSTEM_LOCK if it timed out.
Implements mn::ILockObject.
◆ unlock()
|
virtual |
Member Data Documentation
◆ m_iState
|
protected |
The documentation for this class was generated from the following files: