tRecorderSyncBase Class Reference

debug recording synchronization test class More...

#include <tRecorder.h>

Inheritance diagram for tRecorderSyncBase:

Inheritance graph
[legend]

List of all members.

Static Public Member Functions

static int GetDebugLevelPlayback ()
 returns the current debug level of the playback
static int GetDebugLevelRecording ()
 returns the current debug level of the recording


Detailed Description

debug recording synchronization test class

Definition at line 213 of file tRecorder.h.


Member Function Documentation

int tRecorderSyncBase::GetDebugLevelPlayback ( void   )  [static]

returns the current debug level of the playback

Returns:

Definition at line 579 of file tRecorder.cpp.

References st_GetDebugLevelPlayback().

Referenced by tRecorderSync< DATA >::Archive(), and main().

00580 {
00581     // get the playback level only once
00582     static int level = st_GetDebugLevelPlayback();
00583 
00584     return level;
00585 }

Here is the call graph for this function:

Here is the caller graph for this function:

int tRecorderSyncBase::GetDebugLevelRecording ( void   )  [static]

returns the current debug level of the recording

Returns:

Definition at line 597 of file tRecorder.cpp.

References st_debugLevelRecording.

Referenced by tRecorderSync< DATA >::Archive().

00598 {
00599     return st_debugLevelRecording;
00600 }

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
Generated on Sat Mar 15 23:58:46 2008 for Armagetron Advanced by  doxygen 1.5.4