Defined in file: hzLock.h
Pure base class for unifying hzLockRW (read/write lock without diagnostics) and hzLockRWD (read/write lock with diagnostics)
Constructors/Detructors
| Default constructor | hzLocker() | Not specified in code. Default applies |
| Copy constructor | hzLocker(&) | Not specified in code. Default applies |
| Default constructor | hzLocker() | Not specified in code. Default applies |
Public Methods:
| void | Kill | (void) | |
| hzEcode | LockRead | (int32_t timeout) | |
| hzEcode | LockWrite | (int32_t timeout) | |
| void | Unlock | (void) |
Member Variables: None.