MityDSP Documentation Index

MityDSP::tcDspAutoLCK Class Reference

A utility class to manage the automatic release of LCK's. More...

#include <core/DspAutoLCK.h>

List of all members.

Public Member Functions

 tcDspAutoLCK (LCK_Handle aHandle)
 This constructor is used to lock the specified LCK.
 ~tcDspAutoLCK ()
 This destructor is used to release the LCK specified on the constructor.

Detailed Description

A utility class to manage the automatic release of LCK's.

See also:
tcDspAutoLCK Page

Constructor & Destructor Documentation

MityDSP::tcDspAutoLCK::tcDspAutoLCK ( LCK_Handle  aHandle  )  [inline]

This constructor is used to lock the specified LCK.

Parameters:
[in] aHandle Handle of the LCK object

If aHandle is NULL, then no lock is performed.

Returns:
None.
MityDSP::tcDspAutoLCK::~tcDspAutoLCK (  )  [inline]

This destructor is used to release the LCK specified on the constructor.

The destructor will be automatically called when this object goes out of scope.

Returns:
None.

  
Generated on Fri Sep 23 16:33:47 2011 for MityDSP Core by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.