MAK Data Logger API Documentation for HLA
lgrDisPlaybackFile.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 #ifndef lgrDisPlaybackFile_H_
12 #define lgrDisPlaybackFile_H_
13 
14 #include "lgrSim.h"
15 #include "loggerPlaybackFile.h"
16 #include <filePosition.h>
17 
18 class DtString;
19 
20 namespace MAKLogger
21 {
22  class DtMessageIOInfo;
23  class DtLgrDisRecordFile;
24 
27  class DT_DLL_LGRSIM DtLgrDisPlaybackFile : public DtLoggerPlaybackFile
28  {
29  public:
31  DtLgrDisPlaybackFile(const DtString& filename);
32 
34  DtLgrDisPlaybackFile(const DtLgrDisRecordFile&, DtFilePosition firstPacket,
35  DtFilePosition lastPacket);
36 
38  virtual ~DtLgrDisPlaybackFile();
39  };
40 }
41 
42 #endif
43 #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)