MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
lgrCore
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
11
#include <
lgrCore/lgrCommandThread.h
>
12
13
namespace
MAKLogger
14
{
15
class
DtLogger;
16
class
DtLgrRecordDriver;
17
class
DtLgrRecordInterface;
18
21
class
DT_DLL_LGRCORE
DtLgrRecordOperation
:
public
DtLgrCommandThread
22
{
23
public
:
24
26
static
int
theDefaultFrameRate
;
27
28
public
:
29
31
DtLgrRecordOperation
(
DtLogger
& logger,
DtLgrRecordDriver
* driver,
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
46
DtLgrRecordDriver
*
myDriver
;
47
49
DtLgrRecordInterface
*
myInterface
;
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
)