MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrAnnotations
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
{
25
class
DT_DLL_LGRANN
DtLgrAnnotationSaver
26
{
27
public
:
28
DT_VIRTUAL_CTR
(
DtLgrAnnotationSaver
,())
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
38
static
DtString
theDTDFilePath
;
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
)