MityDSP Documentation Index
Public Attributes
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

LCK_Handle MityDSP::tcDspStorageCache::buf_list::mhLock

Lock held while entry is in-use.

struct buf_list* MityDSP::tcDspStorageCache::buf_list::mpPrev

Previous entry in doubly-linked list.

struct buf_list* MityDSP::tcDspStorageCache::buf_list::mpNext

Next entry in doubly-linked list.

unsigned int MityDSP::tcDspStorageCache::buf_list::mnSector

Sector ID of this cache.

bool MityDSP::tcDspStorageCache::buf_list::mbDirty

True if sector is changed but not written.

unsigned char* MityDSP::tcDspStorageCache::buf_list::mpBuffer

Pointer to this sector's buffer.

unsigned int MityDSP::tcDspStorageCache::buf_list::mnBufSize

Size (in bytes) of buffer.


  
Generated on Mon Apr 22 2013 11:33:04 for MityDSP Core by  Doxygen Version 1.8.1.1
Copyright © 2009, Critical Link LLC, All rights reserved.