MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrPlaybackOperation.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
12 
13 class DtString;
14 
15 namespace MAKLogger
16 {
17  class DtLogger;
18  class DtLgrPlaybackDriver;
19  class DtLgrPlaybackInterface;
20 
24  {
25  public:
26 
28  static int theDefaultFrameRate;
29 
30  public:
31 
34  const DtString& operationName);
35 
37  virtual ~DtLgrPlaybackOperation();
38 
39  protected:
40 
44  virtual DtString& insertTapeFilePath(DtString& pipelineConfiguration,
45  const DtString& tapeFilePath) const;
46 
47  protected:
48 
51 
54 
55  };
56 }
Contains MAKLogger::DtLgrCommandThread class.
The class responsible for interfacing with the logger playback functionality.
Definition: lgrPlaybackInterface.h:35
The class responsible for controlling the logger playback functionality.
Definition: lgrPlaybackDriver.h:36
DtLgrPlaybackInterface * myInterface
The playback interface.
Definition: lgrPlaybackOperation.h:53
DtLgrPlaybackDriver * myDriver
The playback driver.
Definition: lgrPlaybackOperation.h:50
/brief Base class for defining command operations that run in a separate thread.
Definition: lgrCommandThread.h:26
Basic playback operation with driver and interface.
Definition: lgrPlaybackOperation.h:23
static int theDefaultFrameRate
Default frame rate = 100.
Definition: lgrPlaybackOperation.h:28
#define DT_DLL_LGRCORE
Definition: lgrCore.h:19
DtLogger provides the core system structure and controls the execution model for the underlying objec...
Definition: logger.h:35

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)