MAK Data Logger API Documentation for HLA
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 
29  {
30  public:
31  static DtLgrHlaRecordFile* create(const DtString& filename,
32  const DtBaseFomDesc& fom,
33  const DtLgrHlaConfigData* config = 0,
34  bool checkpoint = true,
35  bool preserveCompatibility = false);
36 
37  virtual ~DtLgrHlaRecordFile();
38 
39  protected:
40  DtLgrHlaRecordFile(const DtString& filename,
41  const DtBaseFomDesc& fom,
42  const DtLgrHlaConfigData& config,
43  int version );
44 
45  };
46 }
47 
48 #endif
49 #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)