MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
examples
lgrModSqlExporter
lgrDisModSqlExporter.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 DtDIS
10
11
#pragma once
12
13
#include "
lgrModSqlExporter.h
"
14
#include "
lgrDisSqlExporter.h
"
15
16
17
namespace
MAKLogger
18
{
19
20
class
DT_DLL_MODSQLEXPORTER
DtLgrDisModSqlExporter
:
public
DtLgrDisSqlExporter
21
{
22
public
:
23
24
DT_VIRTUAL_CTR
(
DtLgrDisModSqlExporter
,())
25
DT_VIRTUAL_BASE_CTR
(
DtLgrPacketPrinter
,())
26
27
28
virtual
~
DtLgrDisModSqlExporter
();
29
30
protected
:
31
32
};
33
34
}
35
36
#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
)