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
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
11
#include <
lgrCore/lgrCommandThread.h
>
12
13
class
DtString;
14
15
namespace
MAKLogger
16
{
17
class
DtLogger;
18
class
DtLgrPlaybackDriver;
19
class
DtLgrPlaybackInterface;
20
23
class
DT_DLL_LGRCORE
DtLgrPlaybackOperation
:
public
DtLgrCommandThread
24
{
25
public
:
26
28
static
int
theDefaultFrameRate
;
29
30
public
:
31
33
DtLgrPlaybackOperation
(
DtLogger
& logger,
DtLgrPlaybackDriver
* driver,
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
50
DtLgrPlaybackDriver
*
myDriver
;
51
53
DtLgrPlaybackInterface
*
myInterface
;
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
)