fsc_MediaPosition_t Struct Reference
[File System Catalog]

#include <fsc_common.h>

List of all members.


Detailed Description

Definition at line 218 of file fsc_common.h.


Public Member Functions

void Dbg () const
void Init (UInt8_t a_medVolNum, UInt32_t a_mediaKey, UInt32_t a_blockOffset)
bool operator== (fsc_MediaPosition_t &mp)

Public Attributes

UInt8_t medVolNum
UInt16_t mediaKey
UInt32_t blockOffset
 log_CLASSID_m

Member Function Documentation

void fsc_MediaPosition_t::Dbg (  )  const

Definition at line 109 of file fsc_common.cpp.

References blockOffset, dbg_DETAIL, log_DBG_m, log_FUNC_m, mediaKey, and medVolNum.

Referenced by fsc_NextEntity_t::Dbg().

00109                                     {
00110     log_FUNC_m(Dbg);
00111     log_DBG_m(dbg_DETAIL, "          mediaKey       " << mediaKey);
00112     log_DBG_m(dbg_DETAIL, "          medVolNum      " << medVolNum);
00113     log_DBG_m(dbg_DETAIL, "          blockOffset    " << blockOffset);
00114 }

Here is the caller graph for this function:

void fsc_MediaPosition_t::Init ( UInt8_t  a_medVolNum,
UInt32_t  a_mediaKey,
UInt32_t  a_blockOffset 
) [inline]

Definition at line 221 of file fsc_common.h.

References blockOffset, mediaKey, and medVolNum.

00223                                  {
00224         medVolNum   = a_medVolNum;
00225         mediaKey    = static_cast<UInt16_t>(a_mediaKey);
00226         blockOffset = a_blockOffset;
00227     };

bool fsc_MediaPosition_t::operator== ( fsc_MediaPosition_t mp  ) 

Definition at line 118 of file fsc_common.cpp.

References blockOffset, mediaKey, and medVolNum.

00118                                                               {
00119     return (  mediaKey    == mp.mediaKey
00120            && medVolNum   == mp.medVolNum
00121            && blockOffset == mp.blockOffset);
00122 }


Member Data Documentation

Definition at line 234 of file fsc_common.h.


The documentation for this struct was generated from the following files:

Generated on Mon Feb 27 19:21:17 2012 for OPENARCHIVE by  doxygen 1.5.6