A scoped lock class to acquire and release a CLock upon creation and destruction. More...
#include <pylon/TypeMappings.h>
A scoped lock class to acquire and release a CLock upon creation and destruction.
Use this class to created scoped lock. To acquire the lock just create a CAutoLock object. When the object will be destroyed it will automatically release the lock.