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
lgrExportOperation.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
#include <
lgrUtil/absoluteTime.h
>
13
14
#include <vlutil/vlString.h>
15
16
namespace
MAKLogger
17
{
18
class
DtLgrEditorDriver;
19
class
DtLgrFileInput;
20
class
DtLgrFileOutput;
21
class
DtLgrSystemDriver;
22
class
DtMessageOutput;
23
class
DtCommandInterface;
24
27
class
DT_DLL_LGRCORE
DtLgrExportOperation
:
public
DtLgrCommandThread
28
{
29
public
:
30
31
DtLgrExportOperation
(
DtLgrEditorDriver
* driver,
32
const
DtString& operationName,
33
DtLgrFileInput
* input,
34
DtMessageOutput
* output,
35
int
packetOperationCount,
36
DtAbsoluteTime
startTime,
37
DtAbsoluteTime
endTime,
38
DtRelativeTime
offset,
39
bool
toFile);
40
42
virtual
~
DtLgrExportOperation
();
43
45
virtual
void
commandOperation();
46
49
bool
exportData(
DtLgrSystemDriver
* systemDriver,
bool
generateData);
50
51
protected
:
52
53
DtLgrFileInput
*
myInputFile
;
54
DtMessageOutput
*
myOutput
;
55
DtAbsoluteTime
myStartTime
;
56
DtAbsoluteTime
myEndTime
;
57
DtRelativeTime
myOffset
;
58
int
myPacketOperationCount
;
59
bool
myExportToFileOutput
;
60
};
61
}
62
Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (
www.mak.com
)