Class Spinnaker::GenICam::CLock¶
A lock class.
#include <GCSynch.h>
Inherited by the following classes: Spinnaker::GenICam::CLockEx
Public Functions¶
| Type | Name |
|---|---|
| CLock () |
|
| void | Lock () |
| bool | TryLock () |
| void | Unlock () |
| ~CLock () |
Public Functions Documentation¶
function CLock [1/2]¶
Constructor
function Lock¶
enters the critical section (may block)
function TryLock¶
tries to enter the critical section; returns true if successful
function Unlock¶
leaves the critical section
function ~CLock¶
Destructor
The documentation for this class was generated from the following file C:/workspace/include/SpinGenApi/GCSynch.h