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
lgrSim
lgrDisRecordFile.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#if DtDIS
11
12
#ifndef lgrDisRecordFile_H_
13
#define lgrDisRecordFile_H_
14
15
#include <
lgrSim/lgrSim.h
>
16
#include <
lgrCore/loggerRecordFile.h
>
17
18
namespace
MAKLogger
19
{
20
class
DtLgrConfigData;
21
24
class
DT_DLL_LGRSIM
DtLgrDisRecordFile
:
public
DtLoggerRecordFile
25
{
26
public
:
27
static
DtLgrDisRecordFile
* create(
const
DtString& filename,
28
const
DtString& description,
29
bool
checkpoint =
true
,
30
bool
preserveCompatibility =
false
,
31
const
DtLgrConfigData
* config = 0);
32
33
protected
:
34
DtLgrDisRecordFile
(
const
DtString& filename,
const
DtString& description,
35
int
version,
const
DtLgrConfigData
& config );
36
};
37
}
38
39
#endif
40
#endif
Document ID: Generated on Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)