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 
Basic record operation with driver and interface.
Definition: lgrRecordOperation.h:21
DtLgrRecordDriver * myDriver
The record driver.
Definition: lgrRecordOperation.h:46
Contains MAKLogger::DtLgrCommandThread class.
DtLgrRecordInterface * myInterface
The record interface.
Definition: lgrRecordOperation.h:49
/brief Base class for defining command operations that run in a separate thread.
Definition: lgrCommandThread.h:26
The class responsible for controlling the logger recording functionality.
Definition: lgrRecordDriver.h:37
#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
The class responsible for interfacing with the logger recording functionality.
Definition: lgrRecordInterface.h:28
static int theDefaultFrameRate
Default frame rate = 100.
Definition: lgrRecordOperation.h:26

Document ID: Generated on Mon Mar 22 15:30:17 EDT 2021 from SVN revision 226440
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)