MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrSim
hlaProtocolRegistration.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#ifndef hlaProtocolRegistration_H_
11
#define hlaProtocolRegistration_H_
12
13
#if DtHLA
14
15
#include "
lgrSim.h
"
16
#include "
lgrProtocolRegistration.h
"
17
18
namespace
MAKLogger
19
{
20
23
class
DT_DLL_LGRSIM
DtHlaProtocolRegistration
:
public
DtLgrProtocolRegistration
24
{
25
public
:
26
DtHlaProtocolRegistration
(
DtLogger
& logger);
27
virtual
~
DtHlaProtocolRegistration
();
28
};
29
30
}
31
32
#endif
33
#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
)