Skip to content

Class Spinnaker::GenICam::CLock

ClassList > 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]

GenICam::CLock::CLock () 

Constructor


function Lock

void GenICam::CLock::Lock () 

enters the critical section (may block)


function TryLock

bool GenICam::CLock::TryLock () 

tries to enter the critical section; returns true if successful


function Unlock

void GenICam::CLock::Unlock () 

leaves the critical section


function ~CLock

GenICam::CLock::~CLock () 

Destructor



The documentation for this class was generated from the following file C:/workspace/include/SpinGenApi/GCSynch.h