MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrCore
loggerInputFile.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#ifndef loggerInputFile_H_
11
#define loggerInputFile_H_
12
13
#include "
loggerFile.h
"
14
#include "
filePosition.h
"
15
#include "
virtualConstructor.h
"
16
17
class
DtString
;
18
19
namespace
MAKLogger
20
{
23
class
DT_DLL_LGRCORE
DtLoggerInputFile
:
public
DtLoggerFile
24
{
25
public
:
29
DT_VIRTUAL_CTR
(
DtLoggerInputFile
,(
const
DtString
&))
30
31
32
virtual
~
DtLoggerInputFile
();
33
35
virtual
int
fileDescriptor();
36
39
virtual
DtFilePosition
startOfPackets();
40
41
protected
:
43
void
openFileForInput();
44
46
void
close();
47
49
int
readFileVersion();
50
52
virtual
void
setFileDescriptor(
int
fd);
53
54
protected
:
55
int
myFileDescriptor
;
56
57
};
58
}
59
60
#endif
Document ID: Generated on Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)