MAK Data Logger API Documentation for HLA
 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 Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)