This class is for testing purposes only. More...
Protected Attributes | |
void * | m_lockEx |
![]() | |
void * | m_lock |
bool | m_bOwnLock |
Additional Inherited Members | |
![]() | |
CLock () | |
Constructor. More... | |
CLock (void *pLock) | |
Constructor. More... | |
~CLock () | |
Destructor. More... | |
bool | TryLock () |
tries to enter the critical section; returns true if successful More... | |
void | Lock () |
enters the critical section (may block) More... | |
void | Unlock () |
leaves the critical section More... | |
This class is for testing purposes only.
It should not be used for client code because it exists only for Windows but not for Linux since it uses internal data structures of a Win32 object
|
protected |
Contact Support | Spinnaker® SDK Programmer's Guide and API Reference | Thu Dec 16 2021 © FLIR Integrated Imaging Solutions Inc. All rights reserved. |