MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrRecordOperation.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 namespace MAKLogger
14 {
15  class DtLogger;
16  class DtLgrRecordDriver;
17  class DtLgrRecordInterface;
18 
22  {
23  public:
24 
26  static int theDefaultFrameRate;
27 
28  public:
29 
32  const DtString& operationName);
33 
35  virtual ~DtLgrRecordOperation();
36 
40  virtual DtString& insertTapeFilePath(DtString& pipelineConfiguration,
41  const DtString& tapeFilePath, int port) const;
42 
43  protected:
44 
47 
50 
51  };
52 }
53 

Document ID: Generated on Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (www.mak.com)