MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
examples
lgrModSqlExporter
lgrHlaModSqlExporter.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2014 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#if DtHLA
10
11
#pragma once
12
13
#include "
lgrModSqlExporter.h
"
14
#include "
lgrHlaSqlExporter.h
"
15
16
namespace
MAKLogger
17
{
18
19
class
DT_DLL_MODSQLEXPORTER
DtLgrHlaModSqlExporter :
public
DtLgrHlaSqlExporter
20
{
21
public
:
22
23
DT_VIRTUAL_CTR
(DtLgrHlaModSqlExporter,())
24
DT_VIRTUAL_BASE_CTR
(DtLgrPacketPrinter,())
25
27
virtual ~DtLgrHlaModSqlExporter();
28
29
protected:
30
31
};
32
33
}
34
35
#endif
Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)