MAK Data Logger API Documentation for HLA
lgrAnnotationSaver.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef lgrAnnotationSaver_H_
10 #define lgrAnnotationSaver_H_
11 
12 #include "lgrAnn.h"
13 #include "virtualConstructor.h"
14 
15 #include <vlutil/vlString.h>
16 
17 class DtEnvironment;
18 
19 namespace MAKLogger
20 {
26  {
27  public:
29  virtual ~DtLgrAnnotationSaver();
30 
32  virtual bool saveFile(const DtString& filename,DtEnvironment env);
33 
34  protected:
36  virtual bool writeXMLFormat(const DtString& filename,DtEnvironment manager);
37 
39  };
40 }
41 
42 #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)