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-2016 VT MAK
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 }

Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)