MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrSim
lgrHlaRecordFile.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 DtHLA
11
#ifndef lgrHlaRecordFile_H_
12
#define lgrHlaRecordFile_H_
13
14
#include "
lgrSim.h
"
15
#include "
loggerRecordFile.h
"
16
17
class
DtString
;
18
19
namespace
MAKLogger
20
{
21
22
class
DtBaseFomDesc;
23
class
DtLgrBaseSimManager;
24
class
DtLgrHlaConfigData;
25
28
class
DT_DLL_LGRSIM
DtLgrHlaRecordFile
:
public
DtLoggerRecordFile
29
{
30
public
:
31
static
DtLgrHlaRecordFile
* create(
const
DtString
& filename,
32
const
DtString
& description,
33
const
DtBaseFomDesc
& fom,
34
const
DtLgrHlaConfigData
* config = 0,
35
bool
checkpoint =
true
,
36
bool
preserveCompatibility =
false
);
37
38
virtual
~
DtLgrHlaRecordFile
();
39
40
protected
:
41
DtLgrHlaRecordFile
(
const
DtString
& filename,
42
const
DtString
& description,
43
const
DtBaseFomDesc
& fom,
44
const
DtLgrHlaConfigData
& config,
45
int
version );
46
47
};
48
}
49
50
#endif
51
#endif
Document ID: Generated on Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)