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  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 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)