MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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 <
lgrSqlExporter/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
28
virtual ~DtLgrDisModSqlExporter();
29
30
protected:
31
32
};
33
34
}
35
36
#endif
Document ID: Generated on Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)