MAK Data Logger API Documentation for DIS
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.h"
16 #include "loggerRecordFile.h"
17 
18 namespace MAKLogger
19 {
20  class DtLgrConfigData;
21 
25  {
26  public:
27  static DtLgrDisRecordFile* create(const DtString& filename,
28  bool checkpoint = true,
29  bool preserveCompatibility = false,
30  const DtLgrConfigData* config = 0);
31 
32  protected:
33  DtLgrDisRecordFile(const DtString& filename, int version, const DtLgrConfigData& config );
34  };
35 }
36 
37 #endif
38 #endif

Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)