#include <tRecorder.h>
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 |
Definition at line 213 of file tRecorder.h.
int tRecorderSyncBase::GetDebugLevelPlayback | ( | void | ) | [static] |
returns the current debug level of the playback
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 }
int tRecorderSyncBase::GetDebugLevelRecording | ( | void | ) | [static] |
returns the current debug level of the recording
Definition at line 597 of file tRecorder.cpp.
References st_debugLevelRecording.
Referenced by tRecorderSync< DATA >::Archive().
00598 { 00599 return st_debugLevelRecording; 00600 }