MityDSP Documentation Index

MityDSP::tcDspStorageCache::buf_list Struct Reference

cache-list header structure More...

#include <DspStorageCache.h>

List of all members.

Public Attributes

LCK_Handle mhLock
 Lock held while entry is in-use.
struct buf_listmpPrev
 Previous entry in doubly-linked list.
struct buf_listmpNext
 Next entry in doubly-linked list.
unsigned int mnSector
 Sector ID of this cache.
bool mbDirty
 True if sector is changed but not written.
unsigned char * mpBuffer
 Pointer to this sector's buffer.
unsigned int mnBufSize
 Size (in bytes) of buffer.

Detailed Description

cache-list header structure


Member Data Documentation

Lock held while entry is in-use.

Previous entry in doubly-linked list.

Next entry in doubly-linked list.

Sector ID of this cache.

True if sector is changed but not written.

Pointer to this sector's buffer.

Size (in bytes) of buffer.


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